Problem with the DataTable and DataGridView objects
Posted
by
Karol
on Stack Overflow
See other posts from Stack Overflow
or by Karol
Published on 2010-09-11T19:46:29Z
Indexed on
2011/01/11
5:53 UTC
Read the original article
Hit count: 413
Hello everyone,
I have the following problem
In my aplication I doing some calculations and after it put them into DataTable object (6 columns, data in the latest one is most important). To view the results I put them into DataGridView object and there is my problem. Depending on the data contained in the last column I want to mark the cells on the appropriate colors. And I don't know if I should do this on the DataGridView object because this is user interfaces? Where I can do this? DataTable object doesn't have a style properties?
Thanks a lot...
© Stack Overflow or respective owner