I have a GridView which displays a variety of tooltips. Some are row level, some are cell specific, others are on template controls within a cell.
Without the RadToolTipManager, this works perfectly fine. The standard browser tooltip handler always shows the correct tooltip.
When I add the RadToolTipManager, the row tooltips take precedence over everthing else.
<telerik:RadToolTipManager ID="RadToolTipManager1" runat="server" AutoTooltipify="true" Sticky="true">
</telerik:RadToolTipManager>
So in the end all the other controls show tooltips correctly and all GridView row level tooltips show correctly but when a row has both cell, control and row tooltips together, the row (which is the less specific and lower precedence) tooltip always shows.
Is there a way to make this work the same way it would work normally? I want the look of the telerik tooltips and my skin but the functionality of the standard tooltip event handler for control precedence.
Is there a way to make a column with image draggable (when selecting the image with the mouse, and then start dragging)?
A normal GridBoundColumn is automatically draggable. But it doesn't seem to work well with other types of Columns.
I've tried a GridDragDropColumn (and increasing the image size, but unsuccessful).
I also tried a GridButtonColumn and a GridTemplateColumn.
Thanks,
Koen