Show yes/no in bool column of gridview bound to datasource in Winforms?

Posted by Carrie Nelson on Stack Overflow See other posts from Stack Overflow or by Carrie Nelson
Published on 2010-03-15T15:02:22Z Indexed on 2010/03/15 15:09 UTC
Read the original article Hit count: 206

Filed under:
|
|

I have a gridview that is bound to a datasource (Windows Forms, VB.NET). One of columns is a property of type boolean, and I want to show "yes/no" in the column instead of 0/1 or "true/false". Is this possible? Can you edit displays of columns that are bound?

© Stack Overflow or respective owner

Related posts about gridview

Related posts about vb.net