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
200
Dynamic update to WebDataGrid data
posted

I want to dynamically filter a WebDataGrid using version 16.2.  Based on user input search values, I would like to re-run a database and re-bind the WebDataGrid to a new (filtered) list of C# objects.

This post suggests using the ajax UpdatePanel:

https://www.infragistics.com/community/forums/t/17538.aspx

However, when I look at the Assemblies page, I don't see the UpdatePanel included as a control in version 16.2:

https://www.infragistics.com/help/aspnet/web-assemblies

What is the appropriate method for doing dynamic filtering on a WebDataGrid in version 16.2?  Is the UpdatePanel still supported, or has it been replaced?

Parents Reply Children
No Data