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.
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.
Yeah, i thought of this solution too. But in my opinion this also is not even more than a hack. I'd prefer a solution wich solves the problem in the grid.
Forcing EndEdit on saving would be the last choice.
Is there any statement of infragistics-team? The original post was in 2009, maybe there is a fix or solution of this problem in the current version, so i can configure the grid in the requested way.