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.
Up arrow icon