Need to visible false a row...

Hi, I want to know, how to make a particular row to be visible false. Thanks & Regards, Sathish.

1 Reply

AD Administrator Syncfusion Team July 14, 2006 10:32 AM UTC

Hi Satish, You may hide the row from getting visible in the grid. this.gridControl1.HideRows[2] = true; // hides the second row Regards, Rajagopal

Loader.
Up arrow icon