cboValueType.ItemsSource = Enum.GetValues(ValueType); Thanks for your help.
Hey all,
Does anyone know how to build a hierarchical TreeView like we have the ability to do in WinForms.
In WinForms I can do:
radTreeView1.DataSource = industryCodeList;
radTreeView1.DisplayMember = "Description";
radTreeView1.ValueMember = "IndustryCode1";
radTreeView1.ParentIDMember = "ParentIndustryCode";
I would then get a hierarchical TreeView that was really simple to use.
Thanks,
Erik Van Norstrand
Hi,
I have been using DataTables bound to Telerik GridViews for displaying tabular data. But in some I cases I will have to stop using the DataTable and instead use a custom class which simplified would look like this:
Could anyone point me to any resource that explains what I need to add to my classes so that the GridView displays them like it displays a DataTable?
Thanks,
Jose