this
.radMenuItem4.RightColumnItems.AddRange(new Telerik.WinControls.RadItem[] {this.radMenuComboItem1, this.radMenuItem7});
'Telerik.WinControls.UI.RadMenuItem' does not contain a definition for 'RightColumnItems'
I also get a bunch of warnings:
'Telerik.WinControls.UI.RadMenuItemBase.HasTwoColumnDropDown' is obsolete
When I select the form, I get a message saying:
Error parsing RadItem: Children collection doeas (typo: does) not match - index is not valid radMenuComboItem1 [Telerik.Wincontrols.UI.RadMenuComboItem](1).MenuComboItemBorder[BorderPromitive](1).
In Visual Studio 2005: when I select the menu at runtime I get an error:
Cannot remove the specified item because it was not found in the specified Collection.
How can I change this code to fit Q2 2008?
Thanks in advance.
Hi ,
we have purchased Telerik License for "RadControls for WinForms Q1 2008" .
Our requirement is :: Having a Grid with three hierarchies and if there are no rows in chid template, the "+" symbol should not be shown.
Now ,even if there are no rows in the child template all rows are preceding with "+".
Is there any specific property setting for the grid to act as per the requirement on our side to get it done or it is not possible with the version we have purchased??
Quick reply is appreciated.
I am new to the winforms telerik controls. The ASP>NEt controls are fantastic!
My issue is, I want to to apply a theme to my entrie application.
I read about using ApplicationThemeName to achieve this.
Is this what I do? Telerik.WinControls.
ThemeResolutionService.ApplicationThemeName = "Telerik"; Where in my code to I place this?
Is there some detailed help on this topic?
I have no issues with applying a theme to controls. But I want to say use theme xyz and apply to all controls throughout the application.
Regards
Andrew
Hi ,
I have one docked panel on a docking manager. On button click I am docking forms to the doc panel. At a given point of time I want to know how many forms are docked in the doc panel.
I tried with dockingManager1.ActiveControl, dockingManager1.GetManagedDockables (), dockingManager1.Controls it did not help.
Could you please help me knowing the procedure for knowing it ?
Thanks,
Sasmita