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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...