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;
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?
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?