Problem with flter

Hi,

I noticed a problem with filter option from Grid.Web. If I select one option from the filter, and all this information is outside of the paging size (i.e. 200 rows/page, the selected page is 1 - visible from row 1 to 200 and the information filtered is on the page 2 or 3) then blank rows will be shown until I change the page.

There is a way to get rid of this behavior? I need this to deliver my new application to my client, asap.

Any news, please keep me informed.

Best regards,

Hi,

Well, Yes, I can find the behaviour as you have described. We are working on some important tasks on hand and will check and explore the options if we can accomplish it soon for your need. I think, currently, you may disable Paging after you have filtered / searched your desired records.

GridWeb1.EnablePaging = false;

Thank you.