ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Grid Custom Loading animation
Title:
B
I
{code}
?
Is there any way to combine the following two.. .Mod("gridLoading1") .Mod(o => o.PageInfo().PageSize().ColumnsSelector()) Basically, I want to see the page size and custom selector on my page and I would also like to be able to see the "Grid Loading" animation on my page. Thank you!
Save Changes
Cancel
Deep
asked at 13 Feb 2016
Answers
B
I
{code}
?
one way would be to specify them by string like this: .Mod("awem.gridPageInfo", "awem.gridPageSize","awem.gridColSel", "gridLoading1") and another way is to be modify the Mods project and add in GridModCfg a method for gridLoading, and a line in AwesomeModExtensions.Mod (same as for other extensions)
Save Changes
Cancel
Omu
answered at 13 Feb 2016
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