Hello,
You should manually change this behaviour.
After the succesfull ajax call set the datatype to local or clientSide, otherviese there is a now way tell the grid that from this point we should use local data.
Regards
Tony
I think that the documentation is here
Hello,
There is a option for this. Look into the docs. Look at your events. Some of them must return [true,''] or [false,'']. Look if you request is valid. What they return?
Regards
Tony
Hello,
Thanks.
Look into this form. Another post already notify me about the problem. I have corrected this in the final 3.4
Regards
Tony
Hello,
Thanks. I know about this
Hello,
If you use grid as subgrid every subgrid is created dynamically, so you can do that easy when you expand the subgrid. Think about that.
Regards
Tony
Hello,
You should check what you return from server. When you move from subgrid to grid as subgrid you should synchronoze the jsonRedear of the subgrid. The subgrid properties of the main grid in this case does not have sense.
Regards
Tony
Hello,
Not sure what you exactly ask, but you can look into the examples.
Regards
Hello,
Use onPaging event to store the selected rows in other variable array and the gridComplete event to select the previous if the array is not empty. Use setSelection for this purpose.
Regards
Tony
Hello,
Sorry I do not understand what you try to explain me
Regards
Tony
Hello,
I'm not sure that this can be implemented easy. This is due the concept of jqGrid. Basically jqGrid uses the CSS property table-layout : fixed. There is another layout – table-layout: auto which do what you ask. Moreover when we have this, resizing columns will be a very hard job.
Regards
Tony
Hello,
The form has a id formid, everey field in this form has a id equal to the name from colModel. So in you case it can look like
onInitializeForm : function (formid) {
$(“#invid”,formid).css({your style here – background and so on});
}
Hello,
Do you have any js errors?
Regards
Hello,
Check the docs. There is a method that do the job.
Regards
Tony
Hello,
Good idea – to overrite those from the file. Will check this
Thank you
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top