This is a migrated thread and some comments may be shown as answers.

Checkboxes not working when using Metro theme

1 Answer 93 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Bart Reekmans
Top achievements
Rank 1
Bart Reekmans asked on 21 May 2012, 02:42 PM
Hi,

I'm unable to get the checkboxes working for my treeview.
I even used the example found in the latest demos, but without result. This is my code;

<telerik:RadTreeView telerik:StyleManager.Theme="Metro" 
SelectedItem="{Binding SelectedNomenclatuurnummer, Mode=OneWayToSource}"  Margin="10,5" 
IsTriStateMode="True" IsOptionElementsEnabled="True" SelectionMode="Multiple" ItemsOptionListType="CheckList" ItemsSource="{Binding Nomenclatuurnummers}" 
HorizontalAlignment="Stretch" Grid.RowSpan="4" Grid.Column="1">
</telerik:RadTreeView>

I'm using the Metro-theme. When I change the theme to e.g. Transparent or Office_Black, the checkboxes work

My telerik version is 2012.1.215.35

Any ideas on this?

1 Answer, 1 is accepted

Sort by
0
Accepted
Tina Stancheva
Telerik team
answered on 23 May 2012, 04:23 PM
Hello Chris,

This issue is already fixed with the latest release of the RadTreeView control. Do you think you can upgrade at this point? If not, we can try to find a workaround for you, so please let us know.

Regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
TreeView
Asked by
Bart Reekmans
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or