When I use virtual scrolling for performances issues, exporting to excel does not retrieve all data but only rendered data.
I can't find anything on teleric or SO forums, any idea how to fix that ?
.Scrollable(scrollable => scrollable.Virtual(true))
.PageSize(20)
Also, because of custom toolbar, i have to use this syntax for excel export :
<a class="k-button k-button-icontext k-grid-excel">
<span class="k-icon k-i-excel"></span>Excel
</a>
Thank you.