Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1803
Immediate event after the checkbox in the gridcell is checked ?
posted

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

 

 

 

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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.  

Children
No Data