Hi JQWidgets Team,
I want to share an observation and also need the way out in such cases.
Issue :
I have THREE JQXGrids on a page with conditional loading of data from DB.
First time loads are working fine in all grids, but when i reload any of the grid (after getting new JSON from ajax response)
the whole page gets hanged and after few seconds browser ‘Unresponsive script’ is shown, and then i have to kill the page.
Surprisingly, all grids works smoothly (after ajax reload) if I remove the ‘Id’ property (of SOURCE) OR my datafield json has the same name ‘Id’ column.
When I set ‘Id’ to some Primary key column of my DB table (e.g EmployeeID) the issue remains as described above.
Is there any necessary condition that column name must be ‘Id’ only?
I have different xml http objects for all three grids ajax reload.
Please let us know where we are missing the track.
Thanks.