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
285
Bug in Grid when EditorControlId = WebCurrencyEdit?
posted

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!