I am using Devexpress 11.2
In a XtraGridView I want to show Summary SUM on a column with percent data
on the column i have repository spinEdit with mask “p2”
so if I have the display value 50% the value is 0.5
if I have on grid values
0.5 - 50%
0.3 - 30%
0.2 - 20%
the Summary SUM will be 1 but i want to show 100%
can you help me please
thanks
Set the
DisplayFormatproperty of the summary to capital “P”.See this for reference.