thanks Erel,
I decided to try to change the TableView class, with CheckBox fields, rather than label fields. There are almost succeeded, I miss two points to be resolved:
Problem
- It is no longer called Cell_Click event, so can not manage storage of the data in the event that the client changes the value of the check
new feature
- I want to handle the row headers (Excel), To show your data string and not check box. So, you have to implement the management of the header row.
This implementation can also be useful to other programmers.
Thank you