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
364
Maximum number
posted

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

 

 

Parents
No Data
Reply
  • 469350
    Offline posted

    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.  

Children