Hello,
Please help me with setting up the page layout so that the grid dynamically fills the rest of the page (the menu is at the top) and VirtualScrolling works.
Do you have an example?
DxGrid page layouut for VirtualScrolling
Answers approved by DevExpress Support
Hello Pavel,
To implement virtual scrolling in DxGrid, the grid or its parent container should have a fixed height. For example, see the following demo: DxGrid - Virtual Scrolling. In your case, since you want the grid to take up the height of the whole page, you can set its height to 100vh
instead.
Please let me know if you have further questions.
Regards,
John