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
40
WebDataGrid Reload/Refresh
posted

I've recently been using this product.  I've implemented a custom search/filtering feature on the server side.  The feature limits the data to only the matching rows.  My issue is how to get the grid to reload or refresh after this operation.

I have tried removing the invalid rows from the grid, creating a new data source for the grid, even creating a new grid all together.  The client side does not show the changes until I click a page forward button.  At that point the grid refreshes and shows my new data.

I've found web references to calling rows.Clear(), grid.ClearDataSource().... no joy.  I've looked at client side JS as well.

Any help would be greatly appreciated.  I've been stymied on this for 2 days now.

Thanks
ST