<chart:GridCurrencyColumn MappingName="articulo.importe_vta" HeaderText="Importe vta" CurrencyDecimalDigits="2"></chart:GridCurrencyColumn>
<chart:GridCurrencyColumn MappingName="articulo.precio_coste" HeaderText="Precio coste" TextBlock.FontWeight="Bold" CurrencyDecimalDigits="4" CellStyle="{StaticResource SfDataGridBoldCell}"></chart:GridCurrencyColumn><chart:GridUnBoundColumn MappingName="importeCoste" HeaderText="Importe coste" Expression="articulo.precio_coste*articulo.cantidad_vta"/>
The expected result would be, 40 * 2.5523 = 102.092, but the expression evaluates as 40 * 2.55.23 = 80, only gets the integer part of the values. I´m missing something?
<chart:GridNumericColumn MappingName="articulo.cantidad_vta" HeaderText="Cantidad vta" NumberDecimalDigits="0"></chart:GridNumericColumn><chart:GridCurrencyColumn MappingName="articulo.precio_coste" HeaderText="Precio coste" TextBlock.FontWeight="Bold" CurrencyDecimalDigits="4" CellStyle="{StaticResource SfDataGridBoldCell}"></chart:GridCurrencyColumn><chart:GridUnBoundColumn MappingName="importeCoste" HeaderText="Importe coste" Expression="articulo.precio_coste*articulo.cantidad_vta"/>
The expected result would be, 40 * 2.5523 = 102.092, but the expression evaluates as 40 * 2.55.23 = 80, only gets the integer part of the values. I´m missing something?
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
Please let us know if you have any questions.
Regards,
Srinivasan