This question is locked. New answers and comments are not allowed.
Hi,
I am planning on using a RadTreeListView SL control in a form we're creating. It is a *very* dynamic form in terms of its data.
Is there an example of how I can establish the binding for the columns of the control and use a collection of some sort exposed by my view model ?...
For example...
I am planning on using a RadTreeListView SL control in a form we're creating. It is a *very* dynamic form in terms of its data.
Is there an example of how I can establish the binding for the columns of the control and use a collection of some sort exposed by my view model ?...
For example...
<telerik:RadTreeListView.Columns Binding="{Path=MyColumnCollection}"> ... public class MyViewModel { public List<GridViewDataColumn> MyColumnCollection; }