Hello,
I have one level nested jqxGrid. On load I have set the rowdetailshidden property to false. So all my child rows would be displayed. I have 100 parent rows (Each parent row has at least 1 child row and at most 3 child rows). Since autoheight property is set to false I have a vertical scroll bar by the side for scrolling. Here is the issue: When I try to scroll vertically (either Mouse scroll or Down arrow of vertical scroll bar) for about 4 rows the scroll bar on the side gets refreshed (i mean the slider in the scroll bar becomes big which mean there are less records to scroll through).
Next strange thing, I do have checkbox on parent row and sorting is enabled. When I do either of these events (either check and uncheck the row or sort a column) the slider is restored to its previous size which enables the scrolling of all the records.
I am using IE ver. 8 and jqWidgets ver. 2.8.3
Please let me know if you need any clarification on this.