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
2325
How do i use localization for summaries DisplayFormat
posted

I am using v15.2 win grid

We are using custom culture information.   I can set the columns format and formatinfo appropriately, however when it comes to setting the summary displayformat for a column, the formatting does not come out correctly.

Currently this is what I tried but it does not format correctly for the culture I am trying to test.

    e.Layout.Bands[0].Summaries["myColSum"].DisplayFormat = "{0:n}";

I have used "{0:##,##0}", but that does not format the display to the correct culture.

How do I get this to work?

Parents Reply Children
No Data