How to combine ColumAutohide and InfiniteScroll
In a Grid, we can define Infinite scrolling :
@(Html.Awe().Grid("InfiniteScrollingGrid")or we can define ColumAutohide
.Mod(o => o.PageInfo().InfiniteScroll())
@(Html.Awe().Grid("PhoneNumbersGrid")How can I combine both in a same grid ? Thanks
.Mod(o =>o.PageInfo().ColumnsSelector().ColumnsAutohide())
Alain Rime
asked
at 28 Feb 2016
-
at 01 Mar 2016 Omu