Data Binding...?

  • Thread starter Thread starter Ale K.
  • Start date Start date
A

Ale K.

Hi, i got this simple question , i'm filling a grid i have with a DataTable
using Databinding, i got one column that returns True or False, and instead
of that i want to display let's say "Approved" when True and "Rejected" when
false, how can i do this without looping through that item on the grid for
doing the replacement??

Thanks.
Alex.
 
Hi, i got this simple question , i'm filling a grid i have with a
DataTable using Databinding, i got one column that returns True or
False, and instead of that i want to display let's say "Approved" when
True and "Rejected" when false, how can i do this without looping
through that item on the grid for doing the replacement??

Check out Datagrid table styles.
 
Back
Top