Browse by Tags
All Tags » DataGridControl » blank rows (RSS)
-
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'' ...
-
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, ...
|
|
|
|