I had created unbound checkbox inside Webdatagrid at runtime. How can one display message like 'Are you sure you want to uncheck?' if one tries to uncheck a checked checkbox?
Hi Birendra,
You can accomplish this by handling the CellValueChanging event, canceling the event, and showing a dialog.
You can learn more about how to use this event in our documentation here:http://ko.infragistics.com/help/aspnet/infragistics4.web.v16.2~infragistics.web.ui.gridcontrols.editingclientevents~cellvaluechanging
I've attached a sample application that you can use for reference. Please let me know if you have any further questions.
Thanks Mike for replying.
How can one get currentrow column 1 value which is boundedDataField on checkbox click?