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
125
arrow keys in UltraGridColumn don't work with ColumnStyle.DoublePositiveWithSpin
posted

Hi there,

since updating from v10.2 to v18.1 the DoublePositiveWithSpin doesn't work when clicking the part after the comma and trying to modify the value with arrow keys. It only works using the part before the comma. Was there some change in the API that I'm not aware of?

UltraGridColumn columnEmissivity = m_ultraGrid.DisplayLayout.Bands[0].Columns[iRowEmissivity];
columnEmissivity.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoublePositiveWithSpin;
columnEmissivity.MaskInput = "-nn.nn";

Thanks in advance

Flo

PS: I also tried using a sample I found somewhere on this website together with v19.1 which didn't change anything.

Parents Reply Children