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
725
Positive and negative values
posted

I'm working with Infragistics2.Win.UltraWinGrid.v11.1.        

I have a grid editable with amount column and I should be able to store positive and negative values. But I can't insert negative values.
How I can config this column??

Me.GridFacturas.DisplayLayout.Bands(0).Columns("BASE_IMPONIBLE").Format = "-###.###.##0.00"
Me.GridFacturas.DisplayLayout.Bands(0).Columns("BASE_IMPONIBLE").MaskInput = "-nnn,nnn,nnn.nn"
Me.GridFacturas.DisplayLayout.Bands(0).Columns("BASE_IMPONIBLE").MaskDisplayMode = UltraWinMaskedEdit.MaskMode.IncludeLiterals
Me.GridFacturas.DisplayLayout.Bands(0).Columns("BASE_IMPONIBLE").MaskClipMode = UltraWinMaskedEdit.MaskMode.Raw
???

I can't to indicate the sign - in the cell. (DataType is Double).
Can anyone help me?

Thanks

Parents Reply Children
No Data