Actual Value in Cell being reflected when CellChanged is trigger.

I know that you can get the value that "will be" on the currentcell in the cellchanged event, but is there a way to make this value be the actual value. What i''m trying to do is that based on some values in a grid, I create a complex string in a mask edit box. The problem I have is that I can''t get the values (either from the cells that are Textbox or DropDowns) until the users leaves the cell. Is there another event that I can call my UpdateMaskEditBox procedure so that the values are reflexed before the leave. Thank you, Javier

1 Reply

AD Administrator Syncfusion Team October 1, 2004 09:28 PM UTC

In your CurrentCellChanged handler, try calling grid.CurrentCell.ConfirmChanges().

Loader.
Up arrow icon