I am using Infragistics v16.1 and have encountered an issue where user wants to clear the content of selected cells(i.e. multiple selected cells) in web Datagrid.
Please advise is a way exists to completely clear selected cells values from a grid in the client side.
can this be done?
should I be able to find this in the documentation?
cheers
Rajesh
Hello Rajesh,
Thank you for contacting us.
You should use our JS API (http://es.infragistics.com/help/aspnet/webdatagrid-csom-overview) and clear them in this way:
I am attaching a working sample as well.
Please let me know if you need further assistance.
Thank you so much. It works perfectly.