Browse by Tags
All Tags » MasterDetail » Master Detail (RSS)
-
Hi,
that helped me also alot. But I have one further question on that: How can I access the MasterRow/Item of the current Details InsertionRow?
I need that to set the Relation manually:
private void DetailConfiguration_InitializingInsertionRow(object sender, InitializingInsertionRowEventArgs ...
-
In xaml I can bind to the selected item in XAML like this:
xcdg:DataGridControl ReadOnly=''True'' x:Name=''grid'' ItemsSource=''{Binding ...
-
I am trying to see if I can replicate the following behavior. DevExpress winforms grid has 'tabs' for their detail views. Xceed's grid has detail views as well, but they are rendered generally as peer rows, stacked over each other. Is there a way to change how the detail section's container is rendered? In stead of stacking them, put them into ...
|
|
|
|