KendoGrid: Virtual scrolling with detail item

434 views Asked by At

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?

1

There are 1 answers

0
Alex Gyoshev On BEST ANSWER

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.