Hello,
It seems to be a css problem.
Please use the latest jQuery UI. Also try to have only grid files in single page without to include other files and see if the problem persist.
Regards
Hello,
Thank you for the test case.
I reproduce the problem. Will try to fix ASAP.
Kind Regards
Tony
Hello,
Put the navGrid method inside the document ready. The method is outside this and will not work.
Regards
Hello,
In navGrid search options set recreateFilter option to true.
This will recreate the form and reread the colModel options before to show the search dialog.
Regards
Thanks Oleg.
I have merge this.
Best Regards
Tony
Hello,
In order to do the full description can you please post the data which causes the problem?
Thank you
Regards
Hello,
Unfortunately this is a limitation in the grid and depend on the browser.
In order to fix we need to rewrite the code for virtual scrolling, but I’m not sure that this will be done in the near future.
Kind Regards
Hello,
It all depend what code is used and how you build the view.
I can not help only if you describe the problem this way. Check your code in order to see why the field is not displayed.
Regards
Hello,
Remove all css and custom setting in the css definition of the page.
Include only jqgrid css and jquery ui css and try.
If everything is ok include one by one the other css files in order to see which causes the problem.
Regards
Hello,
I think that this is a css problem.
Which version of jQuery UI is used (the CSS file of the UI)
Regards
Hello,
You have a typo error in your code. You do not have such field defined in colModel.
You have
but you define
groupField :
Hello,
I have fixed the problem in GitHub here.
This fix slow down the method when used multiple time in loop or in other ways.
Regards
Hello,
Thanks
I confirm this. I will try to loop thought
ind.cells
and build a array with the raw data.
Will let you know.
Regards
Hello,
Thanks for the investigation.
Can you please post the full grid code and data?
or I would prefer a link to the problem using the jqGrid source code and not obfuscated one.
Thank you.
Kind Regards
Tony
Hello,
I’m not sure that I can help when using this type of description.
Please post your code or send a link to the problem.
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top