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
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
If I write custom command, on what should it trigger? I already use custom commands but it will only trigger on the complete grid. I would need to give the swiped row as a parameter to the command, but due to the fact that it is not selected when swiping the grid, I don't know how to do that.
Add a usercontrol that inherits from the control you want to use in grid, on that add custom property that binds to the containing row. I have only labels in my Grid, so I only used one custom control that inherits from Label.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: