Problem with adding columns to DataGrid [Resolved]
Currently my DataGrid has 3 columns. These 3 columns are from a DataSet which refer to a database.
I want to add 1 extra column to DataGrid, so that user can check/tick on it to indicate a row is selected.
can i do so?
actually i read through the MSDN help file
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vbcon/html/vbtskcreatingcustomcolumntypesindatagrid.htm
i follow exactly this MSDN help file but cannot get what I want.
please guide me thank you.