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
1775
Drawing UltraGridColumn - Format property
posted


Hello.
There is a problem with rendering Format property.

Sets the format for the column f2.

                        <igtbl: UltraGridColumn BaseColumnName = "balance" DataType = "System.Double"
                             Format = "f2" Key = "balance">
                             <Header Caption="balance">
                                 <RowLayoutColumnInfo OriginX="3" />
                             </ Header>
                             <Footer>
                                 <RowLayoutColumnInfo OriginX="3" />
                             </ Footer>
                         </ igtbl: UltraGridColumn>

Step1: all right.

Step2: Filter the column balance. Condition = 1

Step3: Press Enter

Result - format name and filter condition.

How can this be avoided?

Thanks for the reply.