This question is locked. New answers and comments are not allowed.
hi,
I have many gridviews with Currency Column. I have Created Style setter for DataFormat String. Below is the code
<style x:Key="CurrencyValueStyle" TargetType="telerik:GridViewDataColumn">
<Setter Property = "DataFormatString" value="{}{0:#,##0.00}"/>
</style>
in GridViewDataColumn im assigning this below code
CellStyle="{StaticResource CurrencyValueStyle}"
But, im getting some XAML parser error.
Where exaclty im doin wrong? please help
Regards,
Avi