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
/
Dock
/
Creating Docks - Client Side
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Bruno Lopes
13 posts
Member since:
Mar 2007
Posted 12 Oct 2007
Link to this post
Hi there,
one of the examples for the RadSlider shows how to create objects in client side. Can we do the same with RadDock and other Prometheus controls?
<
script
>
function CreateSlider()
{
var
sliderProps
= {
Value : 50
}
var
sliderEvents
= {}; // we do not need events
var
elementToExtend
= $get("ClientSlider"); // replace this element with a new RadSlider
$create(Telerik.Web.UI.RadSlider, sliderProps, sliderEvents, null, elementToExtend);
}
</
script
>
Petya
Admin
869 posts
Posted 15 Oct 2007
Link to this post
Hi Ricardo Lapao,
You could use this approach to create a RadDock Prometheus on the client however you will have to provide the client-side rendering of the control yourself.
Sincerely yours,
Petya
the Telerik team
Instantly find answers to your questions at the
new Telerik Support Center
Back to Top
Close