Hello, i want use the treeview, i have many elements. so it stretch if i expand it over the screen, and this is not fine :)
so i want the treeview in the dropdown list. but it doestn work. it looks horrible. Have someone a idea or a soution. thank you.
this is my code. and i need a treeview. because i have expand items.
<TelerikDropDownList Data="@FlatData" @bind-Value="SelectedItemText" ><ItemTemplate>
<TelerikTreeView Data="FlatData" SelectedItems="@SelectedItems" @bind-ExpandedItems="@ExpandedItems" />
</ItemTemplate>
</TelerikDropDownList>