Hello,
Be a sure that you load your language file. This file should be loaded before jqGrid.
Regards
Tony
Hello,
When this way it is not possible. Another approach is if you use custom buttons for inline editing. When this way the above is possible,
Regards
Tony
Hell,
You can do it dynamic setting scrollrows options to true and play with setSelection.
Regards
Tony
Hello,
The new 3.4 add such philosophy in JSON (read more complex structure). I think it is possible to extend some of this in XML.
Regards
Tony
Hello,
Also I see you
Hello,
Sorry, but I do not understand. Be a more detailed. What you use – cell edit or the option scrollrows?
Tony
Hello,
Thanks. Will be in next release.
Regards
Tony
Hello,
The grid does nothing to do. Actually your server side code should make these calculation. I suppose you use something like the examples and if the page limit is * then you should check your code server side since if param=*,
then a*param give you wrong result.
Regards
Tony
Hello,
Thank you for this. Actually since 3.x grid can be used with jQuery >= 1.2.x. We will correct this in the docs. Not sure (should check) but any release commes with the supported jQuery lib.
Best Regards
Tony
Hello,
There is a known bug when a checkbox is used in all editing modules. I will publish second release of 3.4 soon.
Thank you
Regards
Tony
Hello,
I think you make a mistake between events in formediting and these for the grid. Please read carefull the documentation.
Regards
Tony
Hello,
As I see the field is required, so you must put a valid value. Be a sure that you load the files needed for the modals, since this modue uses it when a client validation is required.
Regards
Tony
Hello,
Do you see in the colModel a col with a name 'Status'. You mix col names with col model. In your case this should be:
$(”#subgrid_table_id”).hideCol(“x_current_state”);
to x_current_state correspond Status in colNames.
Please read carefully the docs before posting some issue – here is what should be read
..
“Hides a column with a given colname. If the colname is a string, only the specified column is hidden. If the colname is array of type [“name1″,”name2″] then the columns with names 'name1' and 'name2' will be hidden at the same time. The names in colname must be valid names from the colModel. The width of the grid is changed according to the following rules: if the grid currently has no horizontal scroll bar, the width of the grid is decreased by the width of the hidden column(s). If a scrollbar is visible, the width is adjusted which may or may not change the width of the grid.”
Hello,
Currently no.
Regards
Tony
Hello,
Please read the posts about this. filterGrid currently is not fully supported on the header grid.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top