Hi
I am Suresh
Can i know how to do the scrolling Like This:
http://jntu.ac.in/index.php?option=com_content&task=view&id=30&Itemid=42
When i click one linkbutton(HYDERABAD ) item it displays data.and when i click another one(KARIMNAGAR) it hides slowly First data and display this link data.,
My question is :
Can i know how to do this?
Thanks.
Suresh
I am Suresh
Can i know how to do the scrolling Like This:
http://jntu.ac.in/index.php?option=com_content&task=view&id=30&Itemid=42
When i click one linkbutton(HYDERABAD ) item it displays data.and when i click another one(KARIMNAGAR) it hides slowly First data and display this link data.,
My question is :
Can i know how to do this?
Thanks.
Suresh
5 Answers, 1 is accepted
0
Hi Suresh,
You can achieve that functionality by using RadPanelBar control. Please refer to this example to see the supported animation types.
Regards,
Paul
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
You can achieve that functionality by using RadPanelBar control. Please refer to this example to see the supported animation types.
Regards,
Paul
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Suresh K
Top achievements
Rank 1
answered on 04 Jul 2009, 05:55 AM
Thank you.
Can i know how to find the Textbox controls,RadGridControl and fileupload in RadPanelBar control.
Thank You.
Can i know how to find the Textbox controls,RadGridControl and fileupload in RadPanelBar control.
Thank You.
0
Princy
Top achievements
Rank 2
answered on 06 Jul 2009, 08:14 AM
Hello Suresh,
You can very well refer to the following online demo which demonstrates on how to acess controls that are nested inside any template in the RadPanelBar or any of its PanelItems:
Accessing Nested Controls
-Princy.
You can very well refer to the following online demo which demonstrates on how to acess controls that are nested inside any template in the RadPanelBar or any of its PanelItems:
Accessing Nested Controls
-Princy.
0
Hello Suresh,
The FindControl method provides you with a reference to any control inside any of the templates used in the RadPanelBar or any of its PanelItems. You have to make sure that you properly typecast the returned value as FindControl returns a reference to a Control class.
For details on the matter please refer to this example.
Best wishes,
Paul
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
The FindControl method provides you with a reference to any control inside any of the templates used in the RadPanelBar or any of its PanelItems. You have to make sure that you properly typecast the returned value as FindControl returns a reference to a Control class.
For details on the matter please refer to this example.
Best wishes,
Paul
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Suresh K
Top achievements
Rank 1
answered on 06 Jul 2009, 10:52 AM
Thank you