How do I hide the Row header Column

How do I prevent the Grid Control from displaying the column with the row headers?

1 Reply

AD Administrator Syncfusion Team December 18, 2003 08:22 PM UTC

Try grid.Model.Cols.Hidden[0] = true;

Loader.
Up arrow icon