Hi,
before the DropdownTree comes up, we used RadComboBox with embedded RadTreeView in the ItemTemplate.
In the Databindings of the RadTreeView there where some nice settings like this:
Would be nice to have this settings in the DropdownTree too.
Kind Regards
Thomas
before the DropdownTree comes up, we used RadComboBox with embedded RadTreeView in the ItemTemplate.
In the Databindings of the RadTreeView there where some nice settings like this:
<
DataBindings
>
<
telerik:RadTreeNodeBinding
CheckedField
=
"isChecked"
Expanded
=
"True"
CheckableField
=
"isSelectable"
/>
</
DataBindings
>
Would be nice to have this settings in the DropdownTree too.
Kind Regards
Thomas