You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I'm not able to use CompiledBindings anymore since the type is now DataGridCollectionView instead of ObservableDictionary<string, NameValueGroup>. Using ReflectionBinding works... How can I enforce the bindings type to the correct type?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've a
DataGrid
with groups which I setItemSource
to a instance ofDataGridCollectionView
:However, I'm not able to use CompiledBindings anymore since the type is now
DataGridCollectionView
instead ofObservableDictionary<string, NameValueGroup>
. Using ReflectionBinding works... How can I enforce the bindings type to the correct type?Beta Was this translation helpful? Give feedback.
All reactions