ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Grid's event awebeginload not called
Title:
B
I
{code}
?
Why code $(function () { $('#Grid').on('awebeginload', function () { alert("start"); }); }); is not work? I try aweload-it's work, but I need begin and end of load.
Save Changes
Cancel
yura
asked at 22 Jun 2014
make sure you're using the latest dll and js files, also that you don't have any errors in the console, for dll version you can look in windows at file properties, details tab you can try this code in browser console $('#Grid').on('awebeginload', function () { alert("start"); }); at http://demo.aspnetawesome.com and after refresh the grid or click on a page
at 22 Jun 2014
Omu
I use latest version dll and js, in js console don't have any errors. if i change awebeginload to aweload-it's work. Hmm, in http://demo.aspnetawesome.com/GridDemo/ClientSideApi this code work.
at 23 Jun 2014
yura
aweload is a different event, occurs after the grid is loaded, awebeginload was added in 4.0, please try to redownload the js file replace it in your project, and clean cache/refresh, try again
at 23 Jun 2014
Omu
i'v got it, load event start before i added awebeginload)))
at 23 Jun 2014
yura
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