Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
250
XamDataGrid Active Cell Editor
posted

 Is it possible to Get the Active Cell Editor in XamDataGrid?

 

I need to evaluate if the text in the XamTextEditor is all selected or not, in code behind.

 

Thanks,

Andrea

Parents
No Data
Reply
  • 105
    posted

    Try this code:

    CellValuePresenter cvp = CellValuePresenter.FromCell(grid.ActiveCell);
    XamTextEditor textEditor = cvp.Editor as XamTextEditor;

Children
No Data