Hello all,
I am facing JS error when I click for grid's paging ir gives me "Sys.InvalidOperationExcetion: Type PageMethods has already been registered." error.
I have created a custom pager for displaying monthly data. To achieve same I have created a custom pager (MyPager) which replaces grid's current pager. The created pager is working great for filtering, displaying and navigating for selected month but whenever I click on pager changing the page I am geting JS error - "Sys.InvalidOperationExcetion: Type PageMethods has already been registered." and the thing is happening for every pager click.
Even I tried placing property EnableOutsideScripts to true but it didn't worked out.
I will appreciate if you can help me out.
Thanks,
Avi
I am facing JS error when I click for grid's paging ir gives me "Sys.InvalidOperationExcetion: Type PageMethods has already been registered." error.
I have created a custom pager for displaying monthly data. To achieve same I have created a custom pager (MyPager) which replaces grid's current pager. The created pager is working great for filtering, displaying and navigating for selected month but whenever I click on pager changing the page I am geting JS error - "Sys.InvalidOperationExcetion: Type PageMethods has already been registered." and the thing is happening for every pager click.
Even I tried placing property EnableOutsideScripts to true but it didn't worked out.
I will appreciate if you can help me out.
Thanks,
Avi