Browse by Tags
All Tags » Master Detail » Master Detail ObservableCollection (RSS)
-
I am starting new thread as I did not get any reply for thread ''How to bind values(Collection) to Master/Detail grid?''. I am using Koch's sample from that thread.
I've few more requirements. 1. Change the column titles, 2. In Child grid column I want to populate data into combo box (in example below, ''Suggested Room'' column). 3. ...
-
Hi, I've got a master detail grid and I've hooked in to the SelectedItem property changed even as follows.
DependencyPropertyDescriptor SelectedAdvertChangedDescriptor = DependencyPropertyDescriptor.FromProperty(DataGridControl.SelectedItemProperty, typeof(DataGridControl));
SelectedAdvertChangedDescriptor.AddValueChanged(dgAdverts, new ...
-
Namaste!
Is there an easy way to hide the first column in the detail grids? Or, does one have to template the structure to do so?
I have a grid that I'm using a report container. I load the grid dynamically based on the report chosen. Some reports have details, some do not. I'd like to hide the first column in the detail ...
-
After previewing the Master / Detail example I decided Xceed has done a great job of it's continuing expansion but has failed to provide a good readable example for those trying to get their arms around a functioning grid. I put the example on the chopping block and took out all of the items not absolutely necessary to produce a functioning ...
|
|
|
|