Hi,
You are going to have to make a devived datagrid column style for
that. Here is an article that should get you started.
http://msdn.microsoft.com/library/de...stdatagrid.asp
Ken
---------------------------------------
"Scott Meddows" <(E-Mail Removed)> wrote in message
news:u1aH%(E-Mail Removed)...
I have a datagrid on my form that is bound to a dataset. One of the columns
is a status field. I'd like to take the plain 1 or 0
returned from the DB and make it either a little exclamation icon in the
datagrid (Along with some text) and maybe if it's another
status then I want it to just be some text.
How can I achieve this?
Thanks
Scott