Jump to content
Software FX Community

DataGrid EndEdit method?


webfoot

Recommended Posts

Programmatically is there a way to end the edit on a cell in the ChartFX Datagrid?

I handle the ChartFX DataChangedByUser event and there is a scenario in our application that this event doesn't get fired if a cell in the ChartFX DataGrid is in edit mode and the view in our application changes.

 Thanks

post-3420-13922403148333_thumb.jpg

Link to comment
Share on other sites

The DataChangedByUser will get fired once the chart updates the new data. It does not make sense to fire the event when the cells are in edit mode because in this mode, the chart is still showing the current data.

In regards to your question, unfortunately, there is no method/property that can be set to determine when a cell has finished editing.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...