Datagrid question

  • Thread starter Thread starter DaWoE
  • Start date Start date
D

DaWoE

Hi,

I'm new to windowforms programming.
Is there away to make template columns on a datagrid like you can do
with the ASP.NET datagrid ?

I have a column that is a integer in my dataset, but i want to display a
textmessage according to the number in it ?
 
If I use this example i have to create a gridcolumnstyle for all my
columns. This a lot of work i think. But if there is no other way to do
it, it will have to do.
 
Back
Top