Hello,
I need to use a tooltip for a concrete part of a grid. Concretely, I have a GridClientSelectColumn and I want to show the tooltip when a mouse is over the header. I could use HeaderToolTip but I want to apply a skin. Let´s see it with this code sniplet:
<MasterTableView...>
<Columns>
<telerik:GridClientSelectColumn ...>
<HeaderStyle Width="25px" />
</telerik:GridClientSelectColumn>
The header is a checkbox and when is checked all the rows are selected. The tooltip must be shown when a mouse is over this checkbox. How can I make a relation if I can´t use an ID for gridclientselectcolumn and thus aTargetControlID? do I have to do it in code behind?
Thank you in advance.
I need to use a tooltip for a concrete part of a grid. Concretely, I have a GridClientSelectColumn and I want to show the tooltip when a mouse is over the header. I could use HeaderToolTip but I want to apply a skin. Let´s see it with this code sniplet:
<MasterTableView...>
<Columns>
<telerik:GridClientSelectColumn ...>
<HeaderStyle Width="25px" />
</telerik:GridClientSelectColumn>
The header is a checkbox and when is checked all the rows are selected. The tooltip must be shown when a mouse is over this checkbox. How can I make a relation if I can´t use an ID for gridclientselectcolumn and thus aTargetControlID? do I have to do it in code behind?
Thank you in advance.