Hello Clement,
I'm not sure that what you want can be done with jqGrid.
I mean the following.
When you click on one column to sort you can add many columns to the request, but nothing more
something like
onSortCol :
Hello,
Maybe you set the rowNum parameter in your script to zero.
Regards
Tony
Hello,
Maybe you should enable some settings in FireFox. If you do not use jqGrid you will have the same problem when use a pure ajax with this type of url. Also search the google for this.
Regards
Tony
Hello,
All is ok, but your in case of repeatitems=false you should define the mapping for the subgrid.
subGridModel: [{
Hello,
Wich version do you use? Could you please try with 3.4.4 or 3.5 beta?
Regards
Tony
Hello,
Maybe your primary key is diffrent from the rowid. If this is the case you
can do editoptins:{readonly:true} also refer to docs.
Regards
Tony
Hello,
Could you please try to use only one jQuery(document).ready(..
Instead of two?
Regards
Tony
Hello,
Before you use FormToGrid you can generate your custom id's which you can store in array. Then you can save the data from the form to grid and since you already have these ids you can use getRowData method to obtain the data from the grid
Hello,
You vcan use custom formatter for this purpose. Note that in 3.5 the custom formatter is changed.
Regards
Tony
Hello,
Could you plese try 3.4.4?
Thanks
Regards
Tony
Hello,
I do not see anything wrong here. What does not work? What is shown when the grid is generated and and you mouse over the link?
Regards
Tony
Hello,
Use custom formatter function to do this.
Regards
Tony
Hello,
Check the 3.5 beta. Use formatter:'checkbox' and formatoptions:{disabled:false}. See the treegrid real world example.
Regards
Tony
Hello,
Check the 3.5 beta.
Regards
Tony
Hello,
1. What you mean with loading Columns dynamically? Plaese explain?
2. Go in to the examples cell editing. There is such example.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top