Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ramesh on Oct 08, 2009 00:34
open dhtmlx forum
Freeze Row in Grid

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 <Static Row>
1
2
3
...
Special Care <static row>
S.no Name Age <Static Row>
1
2
3
...
----------------------------------------------------------------------------------------------------------------
Request your assistance to get this done.
Thanks and regards
Ramesh
Answer posted by dhxSupport on Oct 08, 2009 02:04
Answer posted by Ramesh on Oct 08, 2009 02:20
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.
Answer posted by dhxSupport on Oct 08, 2009 02:32
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 http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/08_filtering/03_pro_filter_num.html
Answer posted by tonyw on Oct 11, 2009 00:02
It would seem that using sub_grids would satisfy your requirements - see Documentation and Samples