I have a jqxgrid with nested data coming from a server. The pagination, sorting and filtering works fine for the “main” data. When I click a “main” entry, nested data is shown below.
The odd thing is if I select showing 20 records at a time, rows 1-7 do not show nested data, even though in Firebug I can see the correct data returned from the database. Rows 8-20 show the nested data correctly! This happens on each page.
If I show either 5 or 10 records at a time, all records display their nested data.
Obviously this has something to do with the number of records displayed, but I can’t figure out what is going on since the correct data is being returned in the json, it just is not being displayed.
Any ideas of what I could check? There are no errors in the jquery or php.