Hello,
You should write your own server side code to work the search.
Download the demo and see how this is done.
Regards
Tony
Hello,
Which version is used?
Try to use the last one – 3.7. Go into the demo page and look in for the news in 3.7 version. There is a such example.
Regards
Tony
Hello,
Sorry, but I do not understand.
Regards
Tony
Hello,
Please read documentation what should return this event in order to work.
Best Regards
Tony
Hello,
You can change the parameter names using the prmNames parameter.
Read more here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
Reagrds
Tony
Hello,
Sorry but this a aplication in PHP which I do not know how it work.
Try to construct a grid by hand and test the afterInsertRow – you will see that it will work.
I think you should post your problem not in this forum, but to the authors of the component.
Best Regards
Tony
Hello,
Direct this is not possible, but if you look at sortableColumns method you will see the following
sortable_opts = {
…
“items”: '>th:not(:has(#jqgh_cb,#jqgh_rn,#jqgh_subgrid),:hidden)',
..
}
This does not allow sorting of some columns.
Also you can configure the items using the sortable option not as true, but as object , since we do
$.extend(sortable_opts, ts.p.sortable.options);
in sortableColumns
Regards
Tony
Hello,
I recommend you first to download the demo application and see hot this can be done.
http://www.trirand.com/blog/?page_id=6
Best Regards
Tony
Hello,
Please search this form, there is a solution for this.
Regards
Tony
Hello,
There is a documentation in the jquery.searchFilter.js (provided with the jqGrid download) file how to use separatley.
Regards
Tony
Hello,
I can not tell you how, because this is PHP code and not Java script.
Regards
Tony
Hello,
You can use your own code to get the values from grid.
Regards
Tony
Hello,
Will be quite happy if you provide a link to the problem and tell me how you measure the grow of the memory – which tool or program is used.
Sorry, but otherviewse I can not determine the problem.
Thank you
Best Regards
Tony
Edit.
If you use the deepempty parameter – does this occur?
Hello,
Please post all the code related to the grid, or maybe you will need to read this:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:upgrade_from_3.6.4_to_3.6.5
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top