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