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
575
Calling PropertyChanged when the user typing in the Cell
posted

Hi,

I want to call the PropertyChanged when the user typing in the Cell.

Right now it is called only when i  tab out of the Cell.

Please advice me on this.

 

 

 

thanks

Ramesh Babu.

 

 

Parents
No Data
Reply
  • 235
    Offline posted

    I had this same problem. The easiest thing to do would be to add some code to the save function. You can get the activecell from the datagrid by calling xdgGrid.ActiveCell, and call endeditmode on the cell, which will persist changes even if the user has not tabbed out or hit enter.

Children