ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Grid Events not working
Title:
B
I
{code}
?
Hi, I just tried the sample you mention in Grid page: $('#Grid1').on('aweload', function (event, data, requestData) { console.log('aweload handled', data, requestData); }).on('awebeginload', function (event, requestData) { console.log('awebeginload handled', data, requestData); }); I replaced the Grid1 by my Grid name but Event it never triggered The only working event is 'awerender' Any idea why =? Txs -Vince
Save Changes
Cancel
vRITHNER
asked at 03 May 2018
try this `$(document).on('aweload', function(e){ console.log(e.target); });`
at 03 May 2018
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