I am new to WPF. I have a requirement where I need to blink a data grid row If the value in the Date is column is less than current date. My Grid is like below.
Name Date
Test 12-02-2015.
Please help me with a complete example solution.
Thanks
What you need to do first of all is to read about:
Ofcourse, you have to read msdn's articles about WPF.
Try to write something, and if something goes wrong, discribe your problems on Stack Overflow and we will help you. Have a nice coding!