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
Currently, when editing the text in a cell, if I click on a different cell within the TreeDataGrid, the current cell loses focus and updates. However, I also want the cell to update when the user clicks on a different control outside the TreeDataGrid. I believe this should be considered a loss of focus as well.
How can I implement this functionality? Is there a way to achieve this through Xaml.Behaviors?
The text was updated successfully, but these errors were encountered:
Currently, when editing the text in a cell, if I click on a different cell within the TreeDataGrid, the current cell loses focus and updates. However, I also want the cell to update when the user clicks on a different control outside the TreeDataGrid. I believe this should be considered a loss of focus as well.
How can I implement this functionality? Is there a way to achieve this through Xaml.Behaviors?
The text was updated successfully, but these errors were encountered: