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
Is it fine if I open a PR to try and implement this?
I tried to implement it.
If we are to make it the same as the selection event it causes a breaking change on the event args constructor which is public.
So does this need to pushed out to v12 since it causes API breaking changes?
Adding a new parameter to the constructor is a breaking change. Yes. You don't really need to change it though, as you can pass static event definition directly from there.
Is your feature request related to a problem? Please describe.
Most of the events on the data grid (CellEditEnded) do not have an associated RoutedEvent.
Describe the solution you'd like
Would it be possible to add RoutedEvent's to some of the DataGrid?
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: