Hi all,
I am running into an problem binding the RadGridView to an empty ObservableCollection<>.
The Scenario.
Define a RadGridView with columns that bind to properties of type DerivedT which is based on type BaseT. Bind the ItemsSource to an empty ObservableCollection<BaseT>.
The problem
When the window is loaded, I receive a first chance exception of 'Property with name <..> cannot be found ot type BaseT.
We are currently using version '00547RadControls_for_WPF_2010_1_0416_Dev' and this was working with the 0309 version of rad controls.
If required, I have a simple example that reproduces the error on a machine runing the above mentioned version but works fine on a machine running the 0309 version. I have attached screen shots of the exception and the stack trace.
Any help would be appreciated.
I am running into an problem binding the RadGridView to an empty ObservableCollection<>.
The Scenario.
Define a RadGridView with columns that bind to properties of type DerivedT which is based on type BaseT. Bind the ItemsSource to an empty ObservableCollection<BaseT>.
The problem
When the window is loaded, I receive a first chance exception of 'Property with name <..> cannot be found ot type BaseT.
We are currently using version '00547RadControls_for_WPF_2010_1_0416_Dev' and this was working with the 0309 version of rad controls.
If required, I have a simple example that reproduces the error on a machine runing the above mentioned version but works fine on a machine running the 0309 version. I have attached screen shots of the exception and the stack trace.
Any help would be appreciated.