I have a IBindingList of INotifyPropertyChanged objects as the datasource for my datagrid.
The grid seems to handel the events from the IBindingList just fine, but the events from the INotifyPropertyChanged don't seem to get caught.
I put a basic Winform GridViewControll In the same form, and with the same datasource and that seems to be working just fine.
Is there some magic bit that I ahve to flip some place for this to work, or is this feature not supported in the RadGridView ?
The grid seems to handel the events from the IBindingList just fine, but the events from the INotifyPropertyChanged don't seem to get caught.
I put a basic Winform GridViewControll In the same form, and with the same datasource and that seems to be working just fine.
Is there some magic bit that I ahve to flip some place for this to work, or is this feature not supported in the RadGridView ?