Hello,
Thanks for posting the solution.
Regards
Hello,
I think that the problem is in css setting and the style shhets.
Try with very basic setting and jqgrid only to see that everthing is fine.
Kind Regards
Hello,
Unfortunately there is no build in method for this purpose.
If you are familiar with JavaScript and jqGrid code you can look in addLocalData function.
The idea is to define your own grid parameter and save the queryResults.
Look at
var queryResults =…
After this line save the result in grid parameter and get it later.
somethin g like this
Regards
Hello,
Not sure that I understand the problem.
Regards
Hello,
There are a lot of missing information in order to get answer. Moreover this is maybe a problem in the upload plugin.
Kind Regards
Hello,
I have found the bug. It is little difficult to fix this. I always will fix this.
Thanks for the code and test case.
Kind Regards
Hello,
This is possible. You will need to use the time picker plug-in (see jQuery plugin repository) and make the code similar as of the example.
Just let me know if you have difficulties
Kind Regards
Hello,
By default rownumWidth is set to 25 in grid options. You can change it when the grid initializes. The column is not resizeable automatically when the number grow. You can find this option here.
Regards
Hello,
Well with this data I have error too.
Currently I investigate the problem and will post you a solution.
Thank you for the test case and patience.
Best Regards
Tony
Hello,
Try to use setTimeout with let say 100or 200 ms
Regards
Hello,
Will look into this these days and will replay. Eventually I will post a code.
Regards
Hello,
You can use
See jQuery docs.
Regards
Hello,
Which version of jqGrid is used? Which version of IE is slow?
Try to remove the frozen columns and see the result.
The number of rows is not a problem – the number the columns is a problem in IE.
If you reduce the columns to 15 what is the result?
Kind Regards
Hello,
Look into the documentation for ignoreCase option
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top