How to combine ColumAutohide and InfiniteScroll

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

Answers 

please Sign In to leave an answer

By accessing this site, you agree to store cookies on your device and disclose information in accordance with our cookie policy and privacy policy .
contact us