JesseH
Active member
Version 2003
I would like to add a "Select" column programmatically to a datagrid. I am adding the columns I need already, but now I need to give the user the option of selecting any one row in the data grid. If I knew the columns that would be displayed, I could use the datagrid control and add the Select column then use the itemcommand event.
Question: How can I programmatically add the "Select" column along with my data columns?
Thanks in Advance.
I would like to add a "Select" column programmatically to a datagrid. I am adding the columns I need already, but now I need to give the user the option of selecting any one row in the data grid. If I knew the columns that would be displayed, I could use the datagrid control and add the Select column then use the itemcommand event.
Question: How can I programmatically add the "Select" column along with my data columns?
Thanks in Advance.