Hi,
In PropertyGrid I have one property "MethodName" of type string.I have to provide a custom editor of type RadComboBox for which the datasource will be dynamically getting methodnames from one particular dll. Once the user selects one methodname from combobox it should be binded to MethodName Property.
In Winforms it is easily acheivable using TypeConverters as they Pass ITypeDescriptorContext.
How to achieve this requirement in RadPropertyGrid.I have similar properties 10 or 11.So please suggest something so that I can move forward.
Regards,
Nagasree

StyleManager.ApplicationTheme = new GreenTheme(GreenPalette.ColorVariation.Light);
and get "GreenTheme is inaccessible due to its protection level".
It appears to be declared as public.
This works:
StyleManager.ApplicationTheme = new Office_BlueTheme();
Any samples of applying the Green Theme? Or ideas?
thanks,
Robert
What's the easyest way to draw someting like a combined geometry in a map? http://www.blackwasp.co.uk/WPFCombinedGeometry.aspx
I have a series of ellipse with a trasparency, but, when 2 or more ellipse are overlapped the opacity are reduced and I can't see the map below.
I just want to combile all the geometry and have a unique item..

Dim mainAlert = New RadDesktopAlert() With { .Header = "Messages", .Content = "You have " & unreadCount & " new messages", .Height = 75, .Width = 300, .IconTemplate = TryCast(Application.Current.FindResource("radIconTemplate"), DataTemplate), .IconColumnWidth = 30, .IconMargin = New Thickness(5, 10, 15, 0), .CanAutoClose = False, .ShowCloseButton = False, .Tag = "main", .ShowMenuButton = True, .MenuItemsSource = GetDesktopAlertMenuItems}manager.ShowAlert(mainAlert)It seems thet all depedency property are set by telerik RadDocing during pin / unpin of RadPane. It couses unexcpected beheviuour in some our controls. How can I prevent thet Docing pannel change children component state during pining and unpinig?
Hi,
I have created a custom control with Textbox having properties values as AcceptsReturn="True" TextWrapping="Wrap" so that it will acts as Multi line Textbox. I used this control as Editor for one of the Property which binds to PropertyGrid and Editor Style as DropDown.
I have problem here,whatever I write in the textbox once dropdown closed it should be visible in propertyValue but it is not showing the value.How to achieve this??
I am asking similar to TimePicker where once we select time it will be shown in PropertyValue.
Regards,
Nagasree.
Hello,
I am looking into a way to display a vertical red line in the RadTimeBar displaying the 'current' time.
Do you have any suggestions on how to approach this?
I did a quick search using Google to find an image which contains a impression of what I need: http://apps.micw.eu/apps/wetter/wetter.01.png
Best regards,
Douwe
Hi,
I need to order the Categories in the PropertyGrid.Is there any way to achieve it? In the given picture I want to have the group order as
1. Personal
2.Personal Contact
3.Name
4.WorkContact
5.JobDescription
Regards,
Nagasree.