Hello,
I have a grid that has columns of data. The first row of each column is a boolean. I would like to display that row as checkboxes to permit a user to check or uncheck that particular box.
Help!
Thanks,
Michael
You might want to use TemplateColumns and in the first row, display a checkbox and for all rows after that display data. You can use the events for each row to set this up...
Any chance you can elaborate a little on this? Maybe an example?