-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Events for WPF DataGridRow #77
Comments
|
Thanks, but I had that already. |
I use Events() extensively and it works for everything else except for DataGridRow. I have an idea that it is because the only reference to the datagrid row type is in the selectmany. |
I tried adding a
But it didn't help. |
Going back to ReactiveUI.Events.WPF for now. My current computer is too slow to use this source generator anyhow as it is, even with version 1.1.4. Hopefully before too long I will upgrade :-) |
This is the code I had when using the old ReactiveUI.Events.WPF
but with ReactiveMarbles/.ObservableEvents there is no events (NullEvents) for loadingRowArgs.Row which is a DataGridRow type.
Thanks..
The text was updated successfully, but these errors were encountered: