Using the ASP.NET grid, I had a page that persisted client-side selection, using this example:
http://www.telerik.com/community/code-library/submission/b311D-khchg.aspx
After upgrading to the AJAX control, this page now errors, due to Javascript choking on:
function
GridCreated(){
grid = this;
var pageIndex = grid.CurrentPageIndex.toString();
...specifically, "grid.currentPageIndex is null or not an object".
Suggestions?
Bill