in my c# windows form i have a dataGridView that loads the data from a table,
The dataGridView has 8 columns two of them have date value borrow_date and return_date.
I want to compare the of that two columns if the date of any return_date cell is greater that the date of borrow_date cell, make the background of that cell red or make it's fore color red.

Mageshwaran RPosted Nov 23, 2019, 11:14 AM
Gajendra JangidPosted Mar 26, 2019, 1:00 AM
VulpesPosted Mar 21, 2014, 5:19 AM