webfoot Posted November 14, 2007 Report Share Posted November 14, 2007 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 Quote Link to comment Share on other sites More sharing options...
maximop Posted November 14, 2007 Report Share Posted November 14, 2007 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. Quote Link to comment Share on other sites More sharing options...
webfoot Posted November 14, 2007 Author Report Share Posted November 14, 2007 Thank you for your response, but I think you misunderstood what I'm after. I do not need to know when a cell is finished editing. I need a way to programmatically force the datagrid cell to end its editing. Thanks Quote Link to comment Share on other sites More sharing options...
maximop Posted November 14, 2007 Report Share Posted November 14, 2007 Unfortunately, the only things you can set programatically are the visual attributes of the cells. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.