HideCols

Is is possible to hide a range of columns with one statement instead of having to loop for each column? Thanks, Steve

1 Reply

AD Administrator Syncfusion Team December 21, 2005 05:41 AM UTC

Hi Steve, You can use SetRange Method to hide a range of columns. Here is the following code snippet. this.gridControl1.Model.HideCols.SetRange(1,3,true); Best Regards, Madhan.

Loader.
Up arrow icon