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
I’m performing a Drag and Drop between two grids. The row is not removed from the first grid after the drop is completed. Both the grids have the same ObservableCollection. Did anyone notice this behavior?
RJ