ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Alert after error on Grid load Action
Title:
B
I
{code}
?
how can I handle error when the grid loads and an error happens in the grid action. right now if an error occurs on grid load a popup shows up like in this image => https://uploadfiles.io/y0mbc I don't want the popup to show
Save Changes
Cancel
dear
asked at 27 Dec 2018
please upload images with direct link in the future (no download necessary)
at 27 Dec 2018
Omu
Answers
B
I
{code}
?
the error notification popup shows because it was set this way in utils.js you can see this on this page: https://demo.aspnetawesome.com/ErrorHandlingDemo there you'll see: awe.err = function ... and the call to awem.notif(msg, 0, 'o-err'); which will show the popup the `msg` is coming from your error handler ( in our demo `ErrorController` )
Save Changes
Cancel
Omu
answered at 27 Dec 2018
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