Hello Telerik team,
I should start by saying your tools are pretty cool.
My question has to do with the radCarousel component. I would like my form to work exactly like the RadWin demo.
i.e. Click on a menu on the left > which displays options in a carousel.
Features I would like to include in a prototype I am working on:
- Show three options in a carousel
- Click each option and have it go round the carousel like the RadWinDemo
- Hover over RadItem makes the item glow
- Launch external form on clicking on RadItem in the middle (clicking on items on the left and right should perform normal animation)
- The easing effect animation as each item is clicked or scrolled.
Question:
- Can I load a theme that accomplishes all this? If so how do I do this?
- Please provide step by step directions on how to accomplish this...
Thanks.
Telerik,
When I pin a RadDock to autohide it, and then mouseover on that hidden dock's tab, I get an ArgumentException saying that "A circular control reference has been made. A control cannot be owned by or parented to itself." From what I've researched online, it seems like this is something that can happen if there is a naming issue where two controls or a dock and its panel have the same name. I painstakingly verified that this is not the case in my code, and even started from scratch on a new form to keep it simple but still had the problem. I eventually gave up and went with the DockingManager, which for some reason works fine. I'm having some issues with performance with the DockingManager however, and since I've heard about other features contained in the RadDock that I'd like to have, I'd really like to successfully implement the RadDock. Thinking that the "Convert to RadDock" feature would take care of whatever issue I had before, I used that on my working DockingManager, but to no avail. Everything seems to work great until I hide a RadDock and mouse over the tab (note, I don't need to have my mouse directly over the tab... hovering over any part of the panel that contains the tab causes the same error). Can you please assist me in solving this? My app is C# using WinForms Q2 2009. Let me know if you need more technical data.
Thanks,
Jeremy
this.gridview.MasterGridViewTemplate.ChildGridViewTemplates[0].GetChildRows(gridview.Rows[i])[0].IsCurrent = true; | |
//or | |
this.dgPolicyComment.CurrentRow = this.gridview.MasterGridViewTemplate.ChildGridViewTemplates[0].GetChildRows(gridview.Rows[i])[0]; | |
//for some i | |
//then run this at the end | |
this.gridview.GridElement.Update(GridUINotifyAction.Reset); |
As we do the following operation on Radbutton ,
Go to RadButton TasksàEdit UI Elements àGo to Telerik.WinControls.RootRadElement / root element Properties à Behaviouràselect ClickMode as “Hover” /”Press”
Then on compilation , we get the following error,
'Telerik.WinControls.Themes.TelerikTheme' does not contain a definition for 'WinControls' and no extension method 'WinControls' accepting a first argument of type 'Telerik.WinControls.Themes.TelerikTheme' could be found (are you missing a using directive or an assembly reference?)
That is : if we use ClickMode as “hover” or “press” , may be it doesnot support , whereas it is supporting in case of ClickMode as “ Release”.
Is it happening because of using trial version of Telerik controls. ???
Shikha