Hello,
I think this have sence. Thanks. Fixed for the select.
Regards
Tony
Hello,
The author of the plugin tell me that this should not be changed and all should work. In my test enviroment all
Hello,
I really want to help, but is difficult to understand. Also could you please check if you have uniquie id in the grid.
Best Regards
Tony
Hello,
Thanks. Fixed.
Regards
Tony
Hello,
Thanks. Will be corrected.
Best Regards
Tony
Hello,
Try just withone row and see the result
Regards
Tony
Hello,
Check your configuration – you have defined 6 fields in colModel, but return 7 in the response . And by the way your reader should look like this:
jsonReader: {
root:'rows'
},
Please consult the documentation
Regards
Tony
Hello,
1. Every id of the generated element when we have search toolbar is a combination of gs_ + the name from colModel
So if you have name myselect the correspnding element in toolbar search select is gs_myselect
2. I suppose you use onSelectRow to call editGridRow – right?
I suggest you to use onCellSelect event and to add additional button at left or rigth to delete a row.
When the user click you can identify which cell is clicked and lunch the appropriate action
Best Regards
Tony
Hello,
The purpose of this is that the calculations with , does not work – also the number is converted in a readable and calculatable format.
1. If your server return the numbers with comma I think that you should not use a formatter, but if you want thia
2. I think that this is a good solution : http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_formatter
Best Regards
Hello,
Could you please consult the exmples and see how to do. Also the rescponse for the subgrid is little diffrent as those for the grid.
Regards
Tony
Hello,
You can overwrite your ui-state-highlight class like this
#mygrid ui-state-highlight {…here your definition}
Where mygrid is your grid id
Regards
Tony
Hello,
I missed the grid configuration here.
What is exactley the problem?
1. jqGrid version
2. OS version
3. Browser
4. Code
Regards
Tony
Hello,
You can do it easy.
Get all the grid ids using
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top