I'm using Progress OpenEdge and I have a project that uses several of the Telerik Controls. We're currently using the 2016.2.608.40 versions of these controls.
We recently downloaded and installed the "R1 2017" version and I noticed that these controls were installed to a different folder.
We're using the OpenEdge Editor and not Visual Studio, so how do I upgrade-in-place these controls?
Setting the controls up in the project was a long and time-consuming experience and I'm not interested in deleting them and re-adding them.


Hi,
is it possible to detect a separate click, when clicking on HeaderImage? So default action would be prevented (sorting).
I found this old thread: http://www.telerik.com/forums/display-image-in-gridview-header
Which sort of has a solution but I don't know how to use it when I already have auto-generated "normal" columns. I would prefer just detecting location of HeaderImage though as it seems easier and simpler (if you know how to do it).

Hello,
I have a radGridView using some childTemplates. I managed to display the title for each tabs (using the template.Caption), but I wanted to know if there is a possibility to display an icon instead of the text.
Also I wanted to have the tabs position on the left (rgvGridVIew1.MasterTemplate.ChildViewTabsPosition = TabPositions.Left), but the caption is then diplayed vertically. Is there a way to show the caption horizontally ?
See attached image.
Thanks



While dragging rows using the RadDragDropService between the rows a line is shown which indicates the the dropping position.
Is there a simple way to get the same behavior by OLE drag and drop?

Hi
Can you tell me how to hide the Close (X) button on a floating window?
I can hide the minimize and maximize buttons but not the close button.
As a workaround I tried to cancel the FloatingWindowClosing event with 'e:Cancel = true' but it stills closes.
Thanks
Tung

Hi,
i would like to override the hottracking's color of my rows in runtime.
Can i use the SetThemeValueOverride method and how to do this ?
thanks