Is there any way to fix the position of the filter panel row when we have a large number of data?
How to position fixed of filter row even if we scrolled down? | XAF Blazor
Answers approved by DevExpress Support
Hello,
Yes, you can fix the filter row by enabling the DxDataGrid's virtual scrolling. The following demo shows how to do this: Blazor: Data Grid - Paging and Scrolling. In XAF Blazor applications, you can access the grid as described at Access List View Grid Component Settings Using a Controller (.NET 5).
Let us know if you have further questions.
Thanks,
Stanley
Hi,
The issue is not reproduced in a simple Blazor application. I recorded a video to illustrate this. Probably some external factors affect it.
Could you please modify my project so that the issue can be reproduced there? Please also correct my steps to reproduce the issue if they are wrong.
I look forward to hearing from you.
Hi Dhruv,
This solution works for me in XAF Blazor. Please access the grid instance as described at Access List View Grid Component Settings Using a Controller.
If you still can't get the desired behavior, please send me a sample project where I can reproduce the issue.