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
295
Manually Bound Web Data Grid and Virtual Scrolling
posted

I have a WebDataGrid that I am manually binding to an object data source. Since I'm manually binding to data I have to handle all the grid events that require data binding. This works fine for Filtering and Sorting because they have Events that I can catch and manually bind the data in. This does not appear to be the case when I virtually scroll the grid. When the grid re-loads data it is empty. I can't seem to find any event in the documentation that I can write a handler for that will allow me to rebind the data. I'm using infragistics 4 v. 10.3 and ASP.NET 4.0 in a c# envrironment. Any direction would be appreciated.

Thank you