S
Serge Lucas via .NET 247
Hello,
I have bound a BoundColumn to a DataGrid, which is linked to a collection whose 1rst element is a bool.
The DataGrid then displays 'true' or 'false', whereas I would like to display 'Y' or 'N' in it.
Is there a mean to avoid using a Dataset for my DataGrid ?
Thanks !
I have bound a BoundColumn to a DataGrid, which is linked to a collection whose 1rst element is a bool.
The DataGrid then displays 'true' or 'false', whereas I would like to display 'Y' or 'N' in it.
Is there a mean to avoid using a Dataset for my DataGrid ?
Thanks !