my grid has an item source which is an observable list of a objects, each of which consist of a date and 5 numbers. For each row, I want to highlight the higest number in that row by making it bold.
Any pointers on how I would do this?
thanks,
Jas
1 Answer, 1 is accepted
0
Milan
Telerik team
answered on 21 May 2010, 06:48 AM
Hello JAS J,
If the data is static you can use our Style Selectors - in your case you would need to use CellStyleSelector. More information about Style/Template Selectors can be found here.
If the data is dynamic, i.e. is changes throughout the execution of the program you might try this approach.
Hope this helps.
Kind regards,
Milan
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.