Click here to Skip to main content
15,884,629 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to wpf. I have a requirement, where a grid should be shown with a date column and if the date is less than current date, we need to blink the row(for example change its background colour from white to red and red to white continuously). I have googled it but I dint find any proper solution. Please help me with a complete example solution.

Thanks
Posted
Comments
Kuthuparakkal 21-Feb-15 15:37pm    
It has to be done in a composite way. Like setting some identifier (like some html css class) from code behind and you client side scripting like (jscript) to identify those cells/rows and toggle color of the row/cell at regular intervals

1 solution

This is for cells - https://sweav3r.wordpress.com/2007/09/15/blinking-wpf-datagrid-cells/[^] - the same logic can be applied to rows.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900