hi all,
wat is the immediate event wen a check box inside a grid is clicked on ...based on that i want to turn on a Radio button outside the grid..
i ve tried with the beforecelldeactivate event and cell change event but .. fails to lose the focus and unless another cell is selected or focused the event is not fired.
is there any way to achieve
thnks in advance
Use the CellChange event of the grid. But note that in this event, you must examine the Text property of the cell. You cannot use Value, because the Value is not updated yet.