Hi, sorry if this has been asked before but I couldnt find and answer (my searches were probably including the wrong terms.)
When we initially add a datasource to a new grid, the property builder is automatically pupulated with the original columns ready for us to set properties.
I'm adding/changing columns to the datatable in my datasource. Is it possible to get the Property Builder to update the column list from the datasource without me having to add new columns manually? I don't want to lose all the properties that I've previously set.
thanks


Hi,
I used the code
http://docs.telerik.com/devtools/winforms/diagram/features/routing
*** Custom Router ***
It works properly when two shapes added to a Diagram. Form loads and the two shapes are connected and routing well.
But when I drag two other shapes (items) to the diagram, the routing is ignored! and a straight line is used to connect two shapes.
I expected the public class CustomRouter works like an event and when a shape is dragged, heritage the same properties and behavior.
Hi,
I want to deactivate the item's properties relating to the connection <RadDiagramConnection>. I want to ask a user to fill out a form and then two items are connected <programmatically>. And manual configuration is disabled.
Thank you.

Hi.
RadGridView has it's own context menu that displays when right clicking the various sections of the control.
I want to merge my own context menu with it but I can't see how to do this. If I set the context menu with the context menu manager i get 2 overlapping context menus when I right click.
(radcontextmenu has no allowmerge property)
thanks.

First off, I'm not sure where to report bugs so if this is in the wrong Forum my apologies.
I've been using Telerik Controls for several years now - LOVE THEM!
This bug is pretty nit-picky but I thought I'd report it so at least you folks are aware of the issue and can address it (or not!) at your leisure.
Settings:
OS - Windows 7 64bit
Language - VB.Net
Telerik Version: UI for WinForms 2017 Q2 (build?) 613
Steps to reproduce:
1) Place any Telerik control on a form.
2) Click on the control in the form to Select it.
3) Click the little right-arrow at the top of the control (I *think* its called the "Task Button" ??)
3a) This brings up a "helper" menu for the control.
4) Select "Edit UI Elements"
4a) This brings up the "Element hierarchy editor"
This Editor is resizable and that's great news since many of these controls are super-nested and their names are quite lengthy so to see as much as possible, it's not to be able to resize this box....BUT
Nothing in this Dialog Box has been set to resize WITH the dialog box...sure the border of the box changes but the lists remain exactly where they were when it opened, exactly the same size.
It's really, really easy to get controls to follow the size/shape of their parent just by altering their anchors (I know your developers already know this...this last comment was for any customers who happen to be new at programming!)
4b) "Control Element Structure" Group should have its anchor set to Top, Bottom, Left
4c) The label, "Selected element: AAAAAAAAAA" should have its anchor set to Bottom, Left
4d) "Selected Element Properties" group should have its anchor set to Top, Bottom, Left, Right
4e) the panel directly below "Selected Element Properties" should have anchor = Bottom, Left, Right
4f) The "Close" button should have its anchor set to Bottom, Right.
Not for nothing but the dialog box itself should have a Min Size set so you can't make it so small there's nothing to see and while we're at it get rid of the Min and Max buttons...there's no reason for those to be on this dialog box.
Like I said in the beginning - very nit-picky! Sorry but I'm all about the UI (which is why I use Telerik Controls in the first place and have for YEARS!) and stuff like this is just polish that gives a more professional look IMO.
Sorry if I stepped on any toes here - just trying to help!
-C


Hi,
I want to connect two item on the diagram programmatically. I am not sure that the procedure is correct or not?
1) set a ID (name)
2) search diagram.Shap array and find two ID
3) make connection with source and target index based on ID <name> found in step 2
Thank you.