Hi,
I want to have a column in my grid that contains a checkbox that is unbound for each row in my grid. The only article I found on how to do this is 9 years old. How can I achieve this result?
I've added a grid and I have added a column that is unbound and the unbound datatype is set to boolean. This does put the checkbox column in the grid but when I check the checkbox for one row and then go to check the box for another row, the first row I checked becomes unchecked. I would like to check multiple rows so that when my save routine runs, I will look at the checked rows and save them to the database.
Thanks for any examples or advice.
Greg