datagridview bit column - display something other than True/False?

Can I get a bound datagridview to display something other than True or False for a bit column eg Yes/No or Correct/Incorrect

Answer this question

datagridview bit column - display something other than True/False?

  • DataCorrupt

    so no ideas then


  • Terry Rossow

    No, the Boolean column only shows the checkbox, not true/false. If you have a database and you have Correct/Incorrect in a record you can show a check for Correct and a uncheck for Incorrect. To do this set the TrueValue and FalseValue properties to the string values.

    Hope this helps,
    -mark
    Program Manager
    Microsoft
    This post is provided "as-is"

  • datagridview bit column - display something other than True/False?