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
70
How to fire a server event when cell's value has changed ?
posted

Hi,

In my project, I need to do somethings from server side when value of a cell has been changed.

So what is the event I should use for this situation? I could not find event like CellValueChanged in DataGridView from Microsoft.

Thanks