Datagrid Boolean Column Format

NeilA

Member
Joined
Aug 31, 2006
Messages
14
Programming Experience
1-3
In my datagrid there is a column which contains a boolean value. It currently displays as True or False but I want it to display as Yes or No.

How can I do that?

Thanks

Neil.
 
Solved

The answer was staring me in the face. I just change my code slightly to read DataGridBoolColumn() rather than DataGridTextBoxColumn()

:)

 
Poor guy. LG can be such hypocrites when it comes to cash. Given that it's govt, I dont think that qualifies as commercial use so you can get a discount on VS2005.. Check it out..

Also, you might want to mention to your boss that the latest 2005 Express verisons:

http://msdn.microsoft.com/vstudio/express/downloads/

At a grand total of $0, are significantly cheaper than VS2002 (Rationale: nobody uses 2002 any more, so you cant find as much help and support.. you spend longer finding solutions when youre stuck) and mean youre only 2 years out of date, rather than 5.. ;)
 
Last edited:
Back
Top