HELLO,
I want to use only code behind (C#) for using WEBDATAGRID.
In fact, I want to know how can add, update and delete row using only code behind, all properties of WEBDATAGRID in code behind ?
Any help please
Thank you
Hello,
Thank you for contacting Infragistics support.
Yes, you could declare your WebDataGrid entirely from the code-behind.
Please take a look at this working sample - link. It is with WebHierarchicalDataGrid but it has all the needed approaches for data source, events, behaviors and so on.
Please let us know if you experience any issues and you need assistance.