When right clicking on an element from the 'Controls Structure' tree, what are these two options and how do you use them? I have not been able to find any documentation on these at all.
Reuse item style on other controls
and
Define custom style for item on this control
Hi,
I have a problem on a Customer PC that i can't reproduce at all on my machines. He also mentioned, that the problem also occurs on his colleagues PCs. As you can see in the screenshot, the edges of a RadForm seem to be cut off.
Maybe you can provide me with any possible Solutions why this is happening.
The Client PC runs Windows 7 64bit, a Intel Core i5-2400 and onboard Intel graphics.
The application itself is a C# Winforms Application with .Net Framework 3.5.
The Telerik version in use is 2016.2.608.20.
Any help is greatly appreciated.
Thanks in advance.

Hi,
I have 2 series of data as shown in the picture. The green bar is the target time to complete a task and the blue bar is actual time taken. I need to make the blue bars turn red if they are higher than the green bars? Can this be done?
Thanks

Hi to all,
I would set columns to keep multi line in ColumnHeader content, with vertical and horizontal alignment.
I attached with example.
How can I do this?
When trying to set the image for the GridRowHeaderCellElement, nothing appears. I have an old theme where this image shows up just fine.
I have attached a comparison. My old theme (right) and my new theme (left). My old theme was built from scratch a while back. My new theme was based on the "Visual Studio 2012 Light" theme. We gutted the RadGridView to start fresh.
We are trying to set the image to be used as the "selected row indicator" when the row "IsCurrent".
I have tried to embed several images into this element without any success.
Am I doing something wrong or not complete with the theme?

I am unable to figure out how to add to the ContextMenu of a RadMultiColmnComboBox or a RadDropDownList. If I instantiate their ContextMenu property, it is only displayed when clicking the very edge of the control, which tells me there is a child or editor control laying ontop. But when I try to modify the EditorControl's ContextMenu through the ContextMenuOpening event, the event never fires.
radMultiColumnComboBox.EditorControl.ContextMenuOpening += (sender, args) =>{ Console.WriteLine("ContextMenuOpening event");};Hello
I have a gridview with the first column as checkbox.
I want to make a loop to the rows of gridview to see which rows are checked so to read data from the selected rows.
I cant fid how to check if the row is Checked
Thank you


Hi,
I'm trying to get a Drilldown working on WinForms with VB. I've customised it as needed, however I'm getting an error when trying to DrillDown as below:
Unable to cash object of type 'System.Data.DataRowView' to type "TestApp.DrillDownDataInfo'
I've looked at the guide here - http://docs.telerik.com/devtools/winforms/chartview/features/drill-down
However I do not seem to have a access to the sample files:
SamplesCS.ChartView.Features.DJIAD.csv
SamplesCS.ChartView.Features.DJIAM.csv
SamplesCS.ChartView.Features.DJIA.csv
So I haven't been able to look at it properly. Any help on this would be much appreciated or even a working demo in VB?
Thanks in advance.

Hi,
Please point me to a working sample using the code from the link below, I cannot get the code listed in that article to work.
