I have a server control which uses a RadGrid. It doesn't do anything particularly special but clicking on a row causes it to raise an event on the server side updating certain elements of the page. It is also inside an AJAX update panel. This has always worked fine using version 2008.1.515.20.
Recently we upgraded to 2009.1.527.20, and since we've noticed that loading up the page instantly causes a "Handler should be a function." javascript error, and upon jscript debug it appears that it's complaining about a "rowClick" handler/event belonging to the RadGrid within the AJAX generated scripts.
After the javascript error the page works fine except for the RadGrid, and nothing happens when it is clicked.
Thanks
Andy
Recently we upgraded to 2009.1.527.20, and since we've noticed that loading up the page instantly causes a "Handler should be a function." javascript error, and upon jscript debug it appears that it's complaining about a "rowClick" handler/event belonging to the RadGrid within the AJAX generated scripts.
After the javascript error the page works fine except for the RadGrid, and nothing happens when it is clicked.
Thanks
Andy