Hi all
by default the datagrid displays a record or row selector column.
Is there anyway of turning this off?
Printable View
Hi all
by default the datagrid displays a record or row selector column.
Is there anyway of turning this off?
Yup... :p
Just set the RowHeadersVisible property to false.
You can do it in design or in code..
Code:MyDatagrid.RowHeadersVisible = False