This is a migrated thread and some comments may be shown as answers.

Change Format based on a timer

1 Answer 60 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Karl
Top achievements
Rank 1
Karl asked on 03 Oct 2011, 03:28 PM
How would I change the formating of a row or cell based on a value that changes during the program without having to reload the entire data? ie a timer reached a value x and now I want all rows of a grid where x is smaller to change backcolor to red.
Thanks,
Karl

1 Answer, 1 is accepted

Sort by
0
Accepted
Emanuel Varga
Top achievements
Rank 1
answered on 04 Oct 2011, 08:45 AM
Hello Karl,

For this you should use either RowFormatting or ConditionalFormatting.

I would suggest RowFormatting, it is a lot faster.

Hope this helps, if you have any other questions or comments, please let me know,

Best Regards,
Emanuel Varga

Telerik WinForms MVP
Tags
GridView
Asked by
Karl
Top achievements
Rank 1
Answers by
Emanuel Varga
Top achievements
Rank 1
Share this question
or