Hi Team,
I am using dhtmlxgrid version 1.6. I have an Urgent & Important requirement to Freeze some of the readonly Rows inorder to maintain individual sections of data in the grid (scrolling specific to sections)
for ex :
----------------------------------------------------------------------------------------------------------------
A B C
----------------------------------------------------------------------------------------------------------------
S.no Name Age
1
2
3
…
Special Care
S.no Name Age
1
2
3
…
----------------------------------------------------------------------------------------------------------------
Request your assistance to get this done.
Thanks and regards
Ramesh
You can try to use groupBy() functionality. Please find example here dhtmlx.com/docs/products/dht … ormat.html
No. this is actually grouping. I want sectioning. That is , the user should be able to scroll in only within that section so that the headings remain in the visible area.
Unfortunately dhtmlxGrid hasn’t such functionality. You can add footers to the grid but this will be footer for the all grid, not only for particular rows. You can find example here dhtmlx.com/docs/products/dht … r_num.html
It would seem that using sub_grids would satisfy your requirements - see Documentation and Samples