Hello,
Thnaks. It is a problem in the docs. Add in your colModel the additional option
formatter:'select'
Thanks
Tony
Hello,
Try to add some properties for this class in your page in head section
Regards
Tony
Hello,
Thanks. It seems to be a bug.
Regards
Tony
Hello,
If I understand right you want when you click on the multiselect do not allow inline edit of the row? Is this right?
REgards
Tony
Hello,
$(“#mygrid”).jqGrid({
…
url: “myurl.php”
datatype: “local”,
…
});
$(“#mybutton”).click(function(){
$(“#mygrid”).setGridParam({datatype:'json'}).trigger(“reloadGrid”);
});
Hope this help
Regards
Tony
HEllo,
This is not a bug, but standart behavior. The & will be intrepreted as parameter separator when you post values. Will try to enable or disable this with option.
Regards
Tony
Hello,
Thanks. Will be fixed soon.
Regards
Tony
Hello,
Could you please try with FF on Windows or with Safari?
Regards
Tony
Hello,
Thanks – it seems to be a formatter problem (unformat function). Will check this.
Regards
Tony
Hello,
This is the right place. The problem is that in treeGrid mode this is disabled. I need to make some thests to enable this feature (to work ok when in treeGrid mode)
REgards
Tony
Hello,
Currently no, but this one that I will add in 3.5 release.
Regards
Tony
Hello,
Check in FireBug if these are loaded correct?
REgards
Tony
Hello,
You can use Either setCell method and/or afterInsertRow to set the height dynamically.
Regards
Tony
Hello,
Use the appropriate events in cell editing module e.g beforeEdit afterSubmit (if I remember right the names)
Regards
Tony
Hello
Currently to the formatter(showLink) we can pass only the the id and some other static values to the link. The problem is that the formatter is called on every field and not when the entry row is inserted. In the future I will think haw can pass values from the entry row.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top