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
1020
Cell Level Masking of values
posted

Hi Friends,
I want only currency values at the cell level and not at the column level.
Is there a way to restrict the user to type in currency values at the cell level
rather than the column level ??
Sid.

  • 469350
    Verified Answer
    Offline posted

    Hi Sid,

    I'm not sure I understand exactly what you meant. But it sounds like you need to use an Editor. What you could do is but an editor control on the form, like an UltraCurrencyEditor or UltraMaskEdit control. Set the Mask on the control to the mask you want to use on the grid.

    Then you set the grid column's UseEditorMaskSettings to true.

    Then, for any cell you want in that  column, you can assign the EditorControl property of the cell to the editor control.