Show an Image & text in the same cell in XamDataGrid

   Show an Image & text in the same cell (One Column) in XamDataGrid :-     [code language=”csharp”] <Style TargetType=”{x:Type igWPF:CellValuePresenter}” x:Key=”FileWithIcontyle” BasedOn=”{StaticResource {x:Type igWPF:CellValuePresenter}}”> <Setter Property=”ContentTemplate” > <Setter.Value> <DataTemplate> <StackPanel Orientation=”Horizontal”> <Image VerticalAlignment=”Center” Width=”16″ Height=”16″ Margin=”5,0,0,0″ Source=”{Binding Record.DataItem.ImageSource, Read more