the only way around this would be to write a custom control and override the .checked property to return a string value of yes/no, where you'd be checking the true/false under the covers, and just returning the yes/no value based on that.
you could also just hide the column that has the boolean value, add a template column next to it that is visible, and then just have a bit of code that rips through the grid, checks the value of the hidden column, and displays "Yes/No" in the template column.
I do a similar thing in a datagrid that I have checkboxes in, so that if they aren't editing the data a graphic with a check is shown instead.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.