Hello.
I'm trying to use the above DataGridControl.
The new row is missing.
There is no CanUserAdRow property on the grid.
I am binding to an ObservableCollectino list. The Type of the collection is a simple class containing four properties.
There is a default parameterless constructor on the class.
This works when binding to a normal WPF data grid.
Why would the new row not be there?
I'm trying to use the above DataGridControl.
The new row is missing.
There is no CanUserAdRow property on the grid.
I am binding to an ObservableCollectino list. The Type of the collection is a simple class containing four properties.
There is a default parameterless constructor on the class.
This works when binding to a normal WPF data grid.
Why would the new row not be there?