Display image in a DataGrid cell

  • Thread starter Thread starter Sreenish
  • Start date Start date
S

Sreenish

Hi All,

I want to display an image in a DataGrid cell. I am able to do this in a
windows application by deriving a new class from DataGridColumnStyle class
and by overriding the Paint methods. But this is not possible in .NET CF.
Is there a good way to achieve this?

Thanks in advance,
Sreenish
 
Back
Top