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
1705
How can I programatically "enter" a cell and have its input mask appear?
posted

I have a cell that handles numeric data and I have a MaskedInput property assigned to it.  When I click on that cell, the input mask appears and its all ready to edit.  How can I "enter" the cell like that programatically?  I have an "Add" button, and when the user clicks it I add a new row to the grid and I'd like that cell to be all ready for editing, with the mask showing like that.  The Cell.Activate() method does not do this.