Would it be possible to add ID properties to RadToolBarDropDown, RadToolBarButton, and RadToolBarSplitButton?
First, if I define a RadToolBarDropDown within the RadToolBar declaration but then want to dynamically add drop down items to it in the code-behind I have to first find the dropdown within the toolbar's Items collection by index. This is very bug-prone as new toolbar items are added/removed over time. I would much rather look it up by ID or Value.
Second, I would like to set the TargetControlID of a RadToolTip to that of a RadToolBarButton. We currently have our own do-it-yourself toolbar that contains a link which, when hovered over, displays a RadTooltip with a tree control. This was a work-around because we couldn't get a tree control inside a dropdown to function correctly. Currently, I don't see anyway to do that with a RadToolBarButton and a RadToolTip without writing some Javascript to show and position the tooltip (and I just don't have time for that right now).
Following from that, other feature requests would be to be able to define templates for RadToolbarDropDown and for RadToolbarButton itself.
Thank you,
Terry
First, if I define a RadToolBarDropDown within the RadToolBar declaration but then want to dynamically add drop down items to it in the code-behind I have to first find the dropdown within the toolbar's Items collection by index. This is very bug-prone as new toolbar items are added/removed over time. I would much rather look it up by ID or Value.
Second, I would like to set the TargetControlID of a RadToolTip to that of a RadToolBarButton. We currently have our own do-it-yourself toolbar that contains a link which, when hovered over, displays a RadTooltip with a tree control. This was a work-around because we couldn't get a tree control inside a dropdown to function correctly. Currently, I don't see anyway to do that with a RadToolBarButton and a RadToolTip without writing some Javascript to show and position the tooltip (and I just don't have time for that right now).
Following from that, other feature requests would be to be able to define templates for RadToolbarDropDown and for RadToolbarButton itself.
Thank you,
Terry