Freeze Rows not working in GridGroupingControl

Hi,

This code does not work
gridGroupingControl1.TableModel.BeginUpdate();
gridGroupingControl1.TableModel.Rows.FreezeRange(2, 5);
gridGroupingControl1.TableModel.EndUpdate();

neither does this
gridGroupingControl1.BeginUpdate();
gridGroupingControl1.TableModel.Rows.FreezeRange(2, 5);
gridGroupingControl1.EndUpdate(true);

The grid scrolls down by a few rows. After that when I use the scrollbar the none of the rows freeze. They scroll up and down like normal unfrozen rows. I think this is a bug in GGC

Regards,
Ram

1 Reply

AD Administrator Syncfusion Team December 7, 2006 04:16 AM UTC

Hi Ram,

The grouping grid currently has no support for freezing rows. Sorry for the inconvenience, but there is no easy way to get this working.

Thanks for your patience.
Best Regards,
Haneef

Loader.
Up arrow icon