I'm attempting to get a selected item to scroll into view. When I use the code posted in this article, I have a couple of problems.
1. First I get a JavaScript error that states that the "GridCreated" function can't be found. If I remove the RadUpdate Panel from the page, this goes away (I need it to work in an update panel though).
2. After removing the update panel from the page, var scrollArea = document.getElementById(this.ClientID + "_GridData"); returns null.
3. this.MasterTableView is null.
I'm using the 2011.1.413.35 version of the Telerik.Web.UI.dll. I have copied the code from the article into a completely clean project to make sure my code was not interfering with it, and the problems still occur.
Could you please point me in the right direction?
Regards,
John B.
1. First I get a JavaScript error that states that the "GridCreated" function can't be found. If I remove the RadUpdate Panel from the page, this goes away (I need it to work in an update panel though).
2. After removing the update panel from the page, var scrollArea = document.getElementById(this.ClientID + "_GridData"); returns null.
3. this.MasterTableView is null.
I'm using the 2011.1.413.35 version of the Telerik.Web.UI.dll. I have copied the code from the article into a completely clean project to make sure my code was not interfering with it, and the problems still occur.
Could you please point me in the right direction?
Regards,
John B.