Freeze Columns in GridDataBoundGrid

We tried using the following knowledge base article to Freeze first 4 columns in our GridDataBoundGrid - http://www.syncfusion.com/Support/Forums/newpost.aspx?ForumID=6 We are not seeing "FrozenColumns" property on the Grid. Is there any other way of Freezing Columns. Thanks.

2 Replies

ST stanleyj Syncfusion Team January 20, 2006 12:16 AM UTC

Hi Ashish, I am not sure which KB article you mentioned. Anyway try this: this.gridDataBoundGrid1.Model.Cols.FrozenCount = 4; Best regards, Stanley


AD Administrator Syncfusion Team January 20, 2006 04:13 PM UTC

Thanks Stanley. Can you please help me with another question i have posted here. It''s about disabling a row in GridDataBoundGrid control.

Loader.
Up arrow icon