Hi,
I have a radGridView with 2 columns with checkboxes.
When I check/uncheck a checkbox in the first column, it should affect only that cell (normal behavior).
When I check/uncheck a checkbox in the second column, I would like to check/uncheck automatically the one in the first column, without having to manually check/uncheck it.
How may I achieve this?
Thanks,
Gen
Here is my code: