ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Is it possible to prevent Grid Load when view loads
Title:
B
I
{code}
?
I have seven grids on my MVC view page each having different methods ( GetGridItems1, ..., GetGridItems7). Is it possible to restrict calling of these methods by default when my view loads. I want to call GetGridItems only on some parent element change.
Save Changes
Cancel
SalesARM
asked at 16 May 2019
Answers
B
I
{code}
?
Yes, you can set `.Load(false)`, this will prevent grid auto loading on document.ready, after that it will load if a parent element (with `loadOnChange = true` (default) ) will change or if you call `api.load()`
Save Changes
Cancel
Omu
answered at 16 May 2019
This works. Thanks for the quick response.
at 16 May 2019
SalesARM
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