RowHeader and gridControl

How can i disable the rowheader in a simple gridcontrol? Regards, Franz

1 Reply

AS Anna Srinivasan August 17, 2005 12:29 PM UTC

Try this code..... this.gridControl1.Properties.RowHeaders = false;

Loader.
Up arrow icon