Hello Kishor,
The ConfiguratorPanel is a custom server control, which inherits from asp:Panel and adds a couple of elements with predefined CSS classes. On the client side, the control has a Javascript function, which slides the container to open and close with jQuery.
I see that you have downloaded a full trial of RadControls, which contains the Demos website. The code for the control is in this website in the following files:
1. server-side code
~/App_Code/QuickStart/ConfiguratorPanel.cs
2. client-side code
~/Common/qsf.js
-> look for the slideConfig() function
3. CSS styles
~/Common/styles09/qsf.css
-> look for the styles between the /*configurator*/ and /*footer*/ comments
4. images
~/Common/styles09/
-> the image names can be seen in the CSS rules from point (3)
Don't forget to include jQuery to the page.
Kind regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items