I am using RadCarouselPanel control. Instead of images as my items, I am using Labels to show some text. When I click on an item 9Label), it doesn't move to the center and show as selected. How does I make that item selected?
3 Answers, 1 is accepted
0
Maya
Telerik team
answered on 13 May 2011, 01:20 PM
Hello Navneet,
May take a look at this forum thread and test the solution provided there ? Do let me know in case it is not appropriate or you need further assistance.
Greetings,
Maya
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
I used "Textbox" control instead of "Label" control and it seem to work fine (automatically). The solution provided here can be used to do something on an item select. The "element" variable provide me "Clicked" object but still the "item" variable object is coming null. Anyway I don't need "item" variable object as of now.