This question is locked. New answers and comments are not allowed.
hi,
I have boolean property in my Class, when i am binding the Grid itemsource with the generic list, the boolean property is show as a checkbox column. But inorder to check or uncheck the cell , i need to do 3 clicks, first to select the row and then to select the cell (in to edit mode) and then third click to check or uncheck the cell value.
how can i perform the cell check or uncheck in one click?
Is there a method to catch the cell click event, so that i can modify the datasource ( boolean property ) the column cell is asociated with.
Thanks & Regards
Rejish.
I have boolean property in my Class, when i am binding the Grid itemsource with the generic list, the boolean property is show as a checkbox column. But inorder to check or uncheck the cell , i need to do 3 clicks, first to select the row and then to select the cell (in to edit mode) and then third click to check or uncheck the cell value.
how can i perform the cell check or uncheck in one click?
Is there a method to catch the cell click event, so that i can modify the datasource ( boolean property ) the column cell is asociated with.
Thanks & Regards
Rejish.
