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

How to freeze a column

Hello,

How to freeze a column in a GridDataControl?

Thanks!


1 Reply

RV Ramesh V Syncfusion Team September 13, 2011 04:42 PM UTC

Hi Jorge,

Thanks for your interest in syncfusion products.

You can achieve your requirement by setting the frozen columns and Rows as like in the following code.

Code Snippet[C#]:

this.grid.FrozenColumns = 2;
this.grid.FrozenRows = 2;

Please let us know if you have any queries.

Regards,
Ramesh



Loader.
Live Chat Icon For mobile
Up arrow icon