Dyd666
Dyd666

Reputation: 735

KendoGrid: Virtual scrolling with detail item

Virtual scrolling works fine, as soon as we don't introduce a detail item template on it.
Actually is not working, are there any plans to have it in the next future?

Upvotes: 0

Views: 581

Answers (1)

Alex Gyoshev
Alex Gyoshev

Reputation: 11967

As you have found out, virtual scrolling needs to know the height of the items, in order to function properly. This is so that the scroll size is correctly calculated, based on the content size -- if these are not in sync, the user experience is quite frustrating. This is documented in the scroll modes section of the documentation.

Upvotes: 1

Related Questions