Hi,
I'm using a WebCurrencyEdit to mask a column in a webgrid. This particular column is the last visible column in the grid. If the user updates the value in the last row in the grid, then TABs (not clicks on another control, it has to be tab, apparently), then uses a button's AccessKey (Alt-Whatever), the value never gets updated in the grid. Rather, it gets set to Nothing.
Has anyone run into this before? I've tried inserting javascript into various events (AfterCellUpdateHandler, AfterExitEditModeHandler, AfterRowUpdateHandler, Button.OnClick) to call EndEdit on the cell, but it doesn't help.
Please help!