Using Endless Scroll with Hierarchical Data Grid

0 Answers 57 Views
Grid Scroller
Nevra
Top achievements
Rank 1
Nevra asked on 03 Jan 2023, 07:09 AM

Hello,

I want to implement endless scroll for both master and detail grid. Is that possible? I tried to use detail grid as below but nothing worked.

 

@(Html.Kendo().Grid<AspNetCoreGrid.Models.OrderViewModel>() .Name("grid") .Scrollable(sc => sc.Endless(true))
.Scrollable(s => s.Height("100px"))

)

No answers yet. Maybe you can help?

Tags
Grid Scroller
Asked by
Nevra
Top achievements
Rank 1
Share this question
or