Browse by Tags
All Tags » DataGridControl » DataGridCollectionView (RSS)
-
Hi All
I have done a few searches for this, and couldn't find any answers, hope someone can help.
I have the DataGridControl bound to a DataGridCollectionView, the source Collection is an ObservableCollection<T>. When I replace an item in the source collection by doing this, 'collection[collection.IndexOf(OldItem)] = ...
-
I'm trying to create a master / detail grid with a strongy typed dataset. The dataset contains two tables and the relationship between them. The xaml for the grid is.......
<xcdg:DataGridControl Grid.Row=''1'' AutoCreateColumns=''False'' Name=''dgAdverts'' ReadOnly=''True'' SelectionMode=''Single'' EditTriggers=''None'' ...
-
I need to display a datagrid with two columns that are bound to the same property. Here is the code I am using but it does not work:
DataGridCollectionView dataGridCollectionView = new DataGridCollectionView(list, typeof(MyData), false, ...
-
We are displaying a DataGridControl in a popup window of fixed height. The DataGridControl populates by being bound to a DataGridCollectionView on top of an EditableItemBindingList patterned after the Xceed ''Composers'' sample. We are showing gridlines and alternating row colors. All is basically working fine.
But, ...
-
Hi,
I am binding the DataGridControl from code behind using datagridcollectionview.....Suppose my datatable contains 5 columns . Now in the xceed grid i want to display the values of 1st and 3rd column in the same header i.e. in one column . How can i achieve this ?????
-
I have an ObservableCollection one of whose member properties is an ObservableCollection. I can get the first level to display correctly, but haven't much idea on how to get the nested collection working.
I have tried setting up the DataRelationDetailDescription and DetailConfiguration tags but I don't see where the binding to the nested ...
|
|
|
|