ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How to combine ColumAutohide and InfiniteScroll
Title:
B
I
{code}
?
In a Grid, we can define Infinite scrolling : @(Html.Awe().Grid("InfiniteScrollingGrid") .Mod(o => o.PageInfo().InfiniteScroll()) or we can define ColumAutohide @(Html.Awe().Grid("PhoneNumbersGrid") .Mod(o =>o.PageInfo().ColumnsSelector().ColumnsAutohide()) How can I combine both in a same grid ? Thanks
Save Changes
Cancel
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
.
OK