All Products
Demos
Services
Blogs
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Splitter
/
set content url error
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
farsica
41 posts
Member since:
Aug 2005
Posted 02 Mar 2008
Link to this post
hi
in privuse version of radsplitter I set pane content url but that code dosn't work in new version. my code is like this:
1- var splitter = <%= radsplitter1.ClientID%>;
2- var pane = splitter.GetPaneById(<%= pane1.ClientID%>);
3- if (pane == null)
4- return
5- pane.SetContentUrl('www.test.com');
when I run this javascript code it alert that object dosn't this property
error is in line 5
is there any one familier with this?
George
Admin
298 posts
Posted 03 Mar 2008
Link to this post
Hello qaz wsx,
In the "Prometheus" suite we introduced the new MS AJAX naming convention of our properties and methods. You can find more about it in
our online article here
.
Regards,
George
the Telerik team
Instantly find answers to your questions at the
new Telerik Support Center
Back to Top
Close