I have a check box, in my grid. Since the cell is enabled and readonly = false, when i press Delete button from Key Board, the Checkbox goes from checked state to unchecked state (because i believe when delete is pressed , the cell is cleared, the grid refreshes and again assigns control to cell with unchecked state). How can i remove this undesired behaviour ?
Thanks