Completed
Last Updated: 07 Aug 2024 08:00 by ADMIN
Release 7.1.0 (2024 Q3)

When setting IsEnabled through binding, it does not work on items level, it works on toolbar level. Still the Isvisible property works on items level. 

<telerik:RadToolbar x:Name="toolbar" >
    <telerik:ToggleButtonToolbarItem Text="ToggleButton" IsEnabled="{Binding IsActive, Mode=TwoWay}">
        <telerik:ToggleButtonToolbarItem.ImageSource>
            <FontImageSource Glyph="{x:Static telerik:TelerikFont.IconBold}"
                        FontFamily="{x:Static telerik:TelerikFont.Name}"
                        Size="16" />
        </telerik:ToggleButtonToolbarItem.ImageSource>
    </telerik:ToggleButtonToolbarItem>
</telerik:RadToolbar>

 

 

Completed
Last Updated: 14 Mar 2024 06:33 by Nico
Release 6.8.0
Created by: Nico
Comments: 6
Category: Toolbar
Type: Feature Request
5

I want to change the ButtonToolbarItem Tooltip to an other value then the Text-Property value.

Style ButtonToolbarItemView
<Setter Property="ToolTipProperties.Text" Value="..." /> 

and

xaml
ToolTipProperties.Text="..."

both have no effect. Tooltip keeps showing the Text value