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
355
Formatting with percent sign
posted

I have Column in my datagrid with data type int.

when i format this Column with -

uwdgOpportunities.Columns.FromKey("Prob. Close").Format = "0%"

After formationg it shows values with two extra zeros ex. Acctual value is 10.

but it shows 1000%. Any one have idea about this.

Thanks in advance.

Rahul Kale

 

  • 100
    posted

    Hi,

    I don't use this kind of formatting anymore.
    I'm working with the delegate "custUltraWebGrid_AfterCustomCellFormatting" where "custUltraWebGrid" is my infragistics grid.
    From there on you can set all sorts of formatting.

    Good luck,

    Christophe