Hey,
We have a sfDataGrid with two GridImageColumn. The datagrid shows just the images in the first column. Even if we are trying the swap the columns it will display the images just in the first column. Are we doing something wrong or this is a bug?
this is the xaml:
<syncfusion:GridImageColumn MappingName="Status"
DisplayBinding="{Binding Status, Converter={StaticResource valueToImageConverter}, ConverterParameter=WTStatusToImage}"/>
<syncfusion:GridImageColumn HeaderText="RX" MappingName="TableName"
DisplayBinding="{Binding TableName, Converter={StaticResource valueToImageConverter}, ConverterParameter=workTypeToImage}" />
Thanks,
Mano