I have a checkbox control in my datagrid and I can get a string of all the row #s of the checked rows. What I need to do now is get data from another column in the checked rows. I know this must be possible but can't figure it out.
I have, say, rows 0, 4, and 6 checked in column 6. Now when I click a button, I want to create a string containing the ids of those rows (which are stored in the first column of the grid)
Anyone done this? TIA!
I have, say, rows 0, 4, and 6 checked in column 6. Now when I click a button, I want to create a string containing the ids of those rows (which are stored in the first column of the grid)
Anyone done this? TIA!