I populate a datagrid from a datasource, And I create my DataGridTablestyle to put only the columns that I need, so i add datagridtextboxcolumn1 which has a mappingname col1, datagridtextboxcolumn2 which is has a mappingname col2....and so on. I add all those datagridtextboxcolumni to the tablestyle.
But I need to insert a little button in each row, in the one of the columnsexactly beside the value of that column. That willallow the user to click the button of certain column in certain row.I get back the clicked row and clicked column so that I display another little form with data related to that column and row clicked.
How do i do that?
Thanks.