Hello,
Use gridComplete and not loadComplete
Regards
Tony
Hello,
This problem is fixed. Use the latest build.
Regards
Tony
Hello,
Sorry for misunderstandnis – you mean rows and not columns.
Also it is a little tricky. If you known the ids of the rows that should be not editable, then you can
$(“#rowid”,”#mygrid”).attr(“editable”,”1″)
This will lock the row for editing.
Best Regards
Tony
Hello
editoptions:{readonly:true}
Regards
Tony
Hello,
For your first case you can do this when you configure properly the xmlReader.
Regards
Tony
Hello,
use a defval property in colModel to select the desired item in select.
Regards
Tony
Hello,
Do you have read the changes for the searchFilter?
Also use
|
1 |
recreateFilter : true <br />in the parameters in order do have what you want.<br /><br />Best Regard<br />Tony |
Hello,
Currently this is not possible. That are plans for the 3.6 release.
Best Regards
Tony
Hello,
As of 3.5 you can set clientArray in the url which do not make ajax call and just saves the row.
Regards
Tony
Hello,
Use your custom button navButtonAdd and the you can delete without confirmation using delRowData
Regards
Tony
Hello MiB,
Yes this is true. Some things in the reader engine has been chaged dramatically, which causes this delay.
Hello,
Some thing could not be explain so easy. You can apply dataFilter trick very easy in jqGrid – just define
datatype : function (postdata) {
// here your ajax with dataFilter
}
Enjoy
jqGrid is flexible
Best Regards
Tony
Hello,
Yes it ia a bug. See previous topic.
Thanks
Best Regards
Tony
Hello James,
Thank you very much for this. I confirm that this is a bug in cellEdit. I will correct them as soon as possible.
Best Regards
and thanks again
Tony
Hello,
I have make some changes when scroll true and we sort the grid. Could you plese download the last update from GitHub and try. Please let me know if this work as expected.
Thanks
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top