Data Binding...?

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.
 
L

Lucas Tam

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top