We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Freezing child table column

Hi,

I have the nested child table created with relation descriptor. I want to freeze the child table columns. I am not able to freeze any column in the child table.
I have done as follows

GridTableDescriptor childTableDescriptor1 = this.dgAttributeAnalysis.TableDescriptor.Relations["ChildTable"].ChildTableDescriptor;
childTableDescriptor1.FrozenColumn = childTableDescriptor1.Columns[0].Name;

but not working...

Please tell me how to freeze child table columns

1 Reply

HA haneefm Syncfusion Team March 29, 2007 03:03 PM UTC

Hi Harshad,

Please refer this shipping sample that demonstrates how to freeze the columns in a grid grouping control that is bound to a hierarchical dataset. This feature will allow you to lock specific columns so that they will always be visible on the screen no matter how far you scroll to the right or down.

C:\Program Files\Syncfusion\Essential Studio\4.4.0.51\windows\Grid.Grouping.Windows\Samples\UnderstandingGroupingArchitecture\FrozenColumns

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon