how to add a image-collumn to datagrid

  • Thread starter Thread starter Rene.Scharf
  • Start date Start date
R

Rene.Scharf

Hello NG

I want to Add a Image-Column to my Datagrid

Is there a way to do this?

Thanks for Tips

best regards René
 
Hello Rene,

I've got recently similar problem and I solve it by overiding
DataGridTextBoxColumn and its paint method, where I paint manually my
picture. This is only possible since CF2 SP1 version. Below is link to
CF Team blog, where you can find very usefull example for overriding
DataGridTextBoxcolumn class.

http://blogs.msdn.com/netcfteam/archive/2006/04/25/583542.aspx

Regards,
Maciej wolniewicz
 
Back
Top