I have a grid containing a GridViewMaskBoxColumn. I want the mask on the cell to change when I hit the F4 key with the cell editor active. Unfortunately when I change the column's Mask in the RadMaskedEditBoxEditorElement's KeyUp event handler while the editor is open it doesn't have an immediate effect; I have to switch to a different cell before the new mask takes effect. How do I get the mask change to take immediate effect in the editor?