At the Summary row I got the result of the sum as
Summary = 34243434323.3421
How can I make it just display 34243434323.3421?
Hi, You can use SummarySettings object in order to set the formatting of the displayed result: settings.DisplayFormat = "{0:n}";Let me know if this helps.Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
It works great!!!
Thank you, Dimi.