Hi,
I want to disabled ajax only for one button into my toolbar because i need to download a file and i have some problems with if the ajax is enabled.
I look to replace IF (myButtonExport is clicked) by a javascript code to know what is the button clicked...
Someone can help me ?
ty
I want to disabled ajax only for one button into my toolbar because i need to download a file and i have some problems with if the ajax is enabled.
function onAjaxRequestStartHandler(sender, args) { if (args.get_eventTarget().indexOf("RadToolBarReport") >= 0) if (myButtonExport is clicked) { args.set_enableAjax(false); } }I look to replace IF (myButtonExport is clicked) by a javascript code to know what is the button clicked...
Someone can help me ?
ty