Hello,
Enjoy using the option loadonce:true. Also do not forget to set the appropriate sorttype in colModel. Read the docs
Regards
Tony
Hello,
Two toolbars
Hello
See This
http://www.trirand.com/blog/?page_id=18/feature-request/display-grid-but-dont-load-data-1/page-1
Regards
Tony
Hello,
I do not think that this is a jqGrid problem. Try with simple ajax to read the same data and see what will be happen.
Regards
Tony
Hello,
Which version of jqGrid do you use? Try to use the latest one.
Regards
Tony
Hello,
Do not use JSON.parse – just send the string
Regards
Tony
Hello,
Set the additional formatter option
formatter:'select'
Regards
Tony
Hello,
See this
http://www.trirand.com/blog/?page_id=18/feature-request/display-grid-but-dont-load-data-1/page-1
Regards
Tony
Hello,
Yes.
Regards
Tony
Hello,
Sorry it is my fault thinking that this is celledit.
Use oneditfunc and aftersavefunc
Regards
Tony
Hello,
Thanks for the recommendation. As I say writting professional documentation is not so easy. We will try to make it better.
Regards
Tony
Hello,
No, but you can try to change this without using surl. Define the search as those in colModel and then after the search is constructed replace the selection with a new selection – the generated ids are combination of sg_ + the colname.
Also after search constructing do
$(“#sg_status1”).html(your_html_here);'
Regards
Tony
Hello,
if you enable cellEdit – onSelectRow is not raised.
In this case use beforeEditCell instead.
You try to combine inline edit and cell edit. IMHO this is not a good idea. Use one of them and not both.
If you disable cellEdit – onSelectRow will be raised
Regards
Tony
Hello,
If you try this way:
for(var i=0;i<recs.length;i++){
$(”#mygrid”).delRowData(recs);
}
What is happen?
Regards
Tony
Hello,
I see onCellSelect event – this is not connected with cell editing. Instead could you please try to use onSelectCell instead
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top