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
325
changing value in cell
posted

Hi,

I have grid where one coulmn is editable. If user changes it fires the event Grid_UpdateRow. In addition, i need to add one more event that if user click on the cell the the value should become 0, and then it should call Grid_UpdateRow event.

Which event i can add for clicking the cell of grid.