HEllo,
myrows = $(“#mygrid”).getGridParam('selarrrow');
for(var i = 0;i<myrows.length;i++){
currrowdata = $(“#mygrid”).getRowData(myrows);
Hello
As soon as I can fix it and find what is the exact problem
REgards
Tony
Hello,
Use loadonce:true – see docs
Regards
Tony
Hello,
{name:'status1',index:'status1',editable:true,edittype:'select',editoptions:{value:'2:initial;3:copied;4:filed;5:checkit'},width:30, surl:'myurl'}
Hello,
When you use the formatter the chckbox is not editable. The purpose of the formatter is to represent the data displaying and not to edit it. To do so, you should use one of the following editing modules – inline edit, cell edit or form edit.
Regards
Tony
Hello,
It seems you do not read the docs either look in to the exmples.
The answer is: set the option
hiddengrid:true
Hello,
Maybe is a good idea first to look in the docs
and in the demos – there is such example
Regards
Tony
Hello,
Currently only when we have error we display the message, but I think that this a good idea in future implementations.
Thanks
Best REgards
Tony
Include the needed css too. Read docs or this forum. This is most common problem
Regards
Tony
Hello,
Currently not available, but do you thing that the current documentation is not
enought?
Regards
Tony
Hello,
Maybe you should try with the option key:true too, which have higger priority.
Regards
Tony
Hello,
Please do not eclose this – just write it here or if you have problems send me this to tony at trirand dot com
Regards
Tony
Hello,
Thanks. If I look into the code right now – there is a really problem with this.
Let me to try to correct this.
Regards
Tony
Hello,
What version of jqGrid do you use and on wich browser is this situation?
Could you please send a link to the problem, or at least post the grid configuration?
Regards
Tony
Hello,
Update to the latest stable release.
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top