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
605
SummaryDefinition style
posted

Hi, I have a XamDataGrid with 20-30 SummaryDefinitions.  Each one I'd like to have a StringFormat of

"{}{0:0.##}"

 

 

 

so I created a style like so:

 

 

 

 

 

 

<Style TargetType="{x:Type igDP:SummaryDefinition}">

 

 

 

 

<Setter Property="StringFormat" Value="{}{0:0.##}"/>

 

 

 

 

</Style>

but it didn't work.  Is there a way to accomplish this so I don't have to copy the same stringformat n times.  Thanks.

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello,

     

    I am just checking if you got this worked out or you still require any assistance on the matter.

Children
No Data