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