المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : how to change datagridview cell value color if cell value change



C# Programming
08-19-2009, 02:55 PM
Hello!
I am using windows application and I have a datagridview made up of multiple rows and columns. I want to iterate through each row and check the contents of a specific column. If perticular column contains value greater than the value comes from the datatable which is binding to the datagridview then change the cell value color to blue.
thanx

modified on Wednesday, August 19, 2009 6:24 AM