Grid virtual scroll problem with detail row

1 Answer 54 Views
Grid
Jie
Top achievements
Rank 3
Iron
Iron
Iron
Jie asked on 13 Oct 2023, 07:55 PM

Hi,

 

Grid seems have problem dealing with virtual scroll and detail row at the same time. From the official documentation https://www.telerik.com/kendo-react-ui/components/grid/scroll-modes/virtual/, in its example, if I added following props to <Grid> and try to scroll, the page will get stuck because it is trying to render too many rows:

https://codesandbox.io/s/5r9frx?file=/app/main.jsx

expandField={"expanded"} detail={() => <div>test</div>}

Note that, if remove expandField property, it will work.

Thanks,

Jie

1 Answer, 1 is accepted

Sort by
1
Accepted
Konstantin Dikov
Telerik team
answered on 16 Oct 2023, 08:09 PM

Hi Jie,

Currently the KendoReact Grid does not support virtualization with detail rows. However, we have logged issue for this limitation where you can follow its progress:

 

Regards,
Konstantin Dikov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!

Tags
Grid
Asked by
Jie
Top achievements
Rank 3
Iron
Iron
Iron
Answers by
Konstantin Dikov
Telerik team
Share this question
or