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
1015
CellDataUpdated Event
posted

According to the documentation, this event is only fired when the control that is bound to the DataSource changes the DataSources data, not when the DataSource data is changed directly by code.

I need an event that will fire even when the data is changed by code. Is there a way I can do that? Can I define my own event? How can I do that?