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
30
In a WebDataGrid with an UnboundCheckBoxField, how to hook a callback to the "checkbox clicked" event programmatically?
posted

I have a WebDataGrid to which I added an UnboundCheckBoxField.

Now I want to handle the "checkbox clicked" event on he client side. How to configure that programmatically?

I saw the example at "https://es.infragistics.com/help/aspnet/webdatagrid-handle-an-event-in-webdatagrid" but anyway I can't figure out how to do that for the "cell changed" event I need.

I guess I need to know what is the server-side handler I need to add, what is the behavior I need to add it to... But I can't find where is the documentation to all that.

Can anybody give me some guidance on that?