Hi,
I have a grid where the user can edit a cell that takes a number. The cell.style is UltraWinGrid.ColumnStyle.Double, Column.Style is Infragistics.Win.UltraWinGrid.ColumnStyle.Currency and the underlying ADO.NET datacolumn is of datatype System.Decimal. But the grid only allows the user to enter 11 significant digits i.e. 999,999,999.99 is the maximum number that can be inputted.
Why is this and how can allow more digits to be inputted?
Thanks in advance
Nish
Hi Nish,
That is probably just due to the default mask. Try changing the MaskInput (or InputMask, I can never remember which) on the column and add more digits.
Works fine if I change the column.Style from Currency to Default. Is there a limit on the Currency style?
Thanks
Did you try changing the mask?