Hello,
Please use FireBug and see what is happen when you post the data. Is the url correct – I mean do you have set the correct path to it?
Best Regards
Tony
Hello,
This can be achieved just setting the required to false – and this is excatly what you want to do.
Regards
Tony
Hello,
Yes, this is possible and it depends where and how you use this.
By example if you use onSelectRow event here you can put conditions and enable/disable rowediting
Best Regards
Tony
Hello,
This is true, since of the reference to the selected columns which after populating we become empty array.
To work this you should do something like this:
onPaging: function() {
var myselectedrows = $.extend([], $(“#grid”).jqGrid(“getGridParam”, “selarrrow”));
}
Best Regards
Tony
Hello,
This is not done automatically from the grid. For this purpose you should use setLabel method.
Suppose you want to align some header column to right you should
$(“#mygrid”).jqGrid(“setLabel”,”mycolname”,””,{“text-align”:”right”});
Best Regards
Tony
Hello,
Depending on wich search module do you use you can use by example
$(“#mygrid”).jqGrid('setGridParam',{postData:{filters:””}})
Regards
Tony
Hello,
Please refer here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing
Regards
Tony
Hello,
All depends on how do you do this?
Posting the code will help a lot.
Regards
Tony
Hello,
setGridState is the right method, but how do you do this and where?
Regards
Tony
Hello Richard,
That is great. We will wait to see the result of the work. Also if we can help, we will be glad to do it.
Best regards
Tony
Hello,
Thanks.
IMHO the appropriate approach is to do it server-side, it is more robust instead that there is another request with a lot of data.
Best Regards
Tony
Hello,
Could you please post a part or the whole xml returned from server?
Actually this is the another important part
Regards
Tony
Hello,
Yes this is true and we know about this, but you want to put so many buttons on so little width.
Please make your grid wider.
Best regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top