Hello,
Yes we have it. You just need to read the documentation.
Regards
Tony
Hello,
Use multiselect option and set it to true, mark the rows and they will be deleted.
Regards
Tony
Hello,
I found your problem and the cause.
In your xml data you have equal id – example
The name:
Hello,
I think yes. In this case you should escape it by example:
23:06:59,946 DEBUG [sensadata.controllers.root]
{'records': '5', 'total': '1',
'rows': [{'cell': ['10009901', '0', '\”11024438\”', 'None'], 'id': '279976'},
…
Regards
Tony
Hello tim,
For the jumping – I found the reason. The fix will be NOT in 3.6 release. We need to do some other major changes in order to fix this.
As for the second the problem is fixed.
Thanks
Regards
Tony
Hello,
Thanks – where you do (in which event or pice of code) the call.
grid.setGridParam({editurl:”page.php?parameter=bye”});
Regards
Tony
Hello,
To do what you want we need to add aditional procedure in jquery.searchFilter.js
Also another possible solution is to trigger clicking
Hello,
Thanks. I will check it.
Best Regsrds
Tony
Hello,
The most problem here is that from the first request you return page:0. Please check what you return from server
Also if you post the response I will check it.
Regards
Tony
Hello,
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install
Read from the begining to the end.
Reagrds
Tony
Hello,
Yes thare are some changes in 3.6 – the events are called just before triggering. Also I have made some other things (not published jet) which will do the job. Note that the new thing are present into the docs.
look
Hello,
For the first I think there is no ready solution. You mabe will look into the grid.setcolumns.js and make so that the buttons appear to top.
For the second
1. If you want to hide particular row with id myid you can $(“#myid”,”#mygrid”).hide();
2. If you want to hide all the rows – use the getDataIDs method (see docs) and then apply the same appoach from 1.
Regards
Tony
Hello,
No problem, but did you see your first response – you have page:”0″ – this causes the problem.
Also correct your first server response to return page:”1″.
Pages start cont from 1 and not from 0
Regards
Tony
Hello,
Thanks tim. The second bug will be easy to fix with the css.
Will check what causes this jumping.
Best Regards
Tony
Hello,
I think you have a bad definition in jsonReader, which acts to this error. For this type of json response try this:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top