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 levelrather than the column level ??Sid.
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.