Hi
I was trying to use the following demo in my app.
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=grid
I getting the error on UI.AjaxRequestEventArgs and AjaxRequest as being undefined.
I was trying to use the following demo in my app.
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=grid
I getting the error on UI.AjaxRequestEventArgs and AjaxRequest as being undefined.
Protected Sub RadAjaxManager1_AjaxRequest(ByVal sender As Object, ByVal e As UI.AjaxRequestEventArgs) Handles RadAjaxManager1.AjaxRequest
I copied all imports just like shown in the demo. Any clue on why it is happening?
Thanks in advance.