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
45
Column format is not working for editable cells
posted

Hi, I am working on a UltraGrid with multiple columns, where only one column is editable. For the column I set the .format ="#,##0;(#,##0);0" and .Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Integer in GridInitializeLayout. When I enter 123456 (or -123456) in the cell,  after leaving the cell, it still shows 123456 (or -123456) instead of 123,456 (or (123,456)). For any non-editable columns it works fine.

Any help will be appreciated. Thanks!