Browse by Tags
All Tags » MasterDetail (RSS)
-
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 ...
-
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 ...
-
IBindingList implements IEnumerable; therefore, as long as you are returning an IBindingList and its AllowNew property returns true you should have no issues inserting items in details.
Take a look at the Creating a Custom Detail Description example in the documentation. In the GetDetailsForParentItem, I return a new BindingList as such (using ...
|
|
|
|