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

Highlight on Edited

1 Answer 31 Views
GanttView
This is a migrated thread and some comments may be shown as answers.
Ron
Top achievements
Rank 1
Ron asked on 26 Mar 2013, 04:07 PM
Hi,

Is there any way that I can highlight a row after a user has changed it's cell content (in the TaskEditied event)? I Also will like to set the font color of the text in the cell to another one.

The idea is to make easier for the user to find the rows that have been changed and the data that was changed on those rows.

thanks in advance for your help

1 Answer, 1 is accepted

Sort by
0
Accepted
Miroslav Nedyalkov
Telerik team
answered on 28 Mar 2013, 08:30 AM
Hello Ron,

For the time being you can add a highlight only in the timeline area (the one with the bars and connections between them) using the TimeLineVisualizationBehavior feature of the GanttView control. We are planning to add such feature for the Grid area as well, but its development is not scheduled yet.

Currently the only way to change the font color for a specific row is by using custom CellTemplates in which the TextBlock's Foreground is bound to a specific property of the Task through a converter. I must warn you that this approach costs performance.

Hope this helps.

All the best,
Miroslav Nedyalkov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GanttView
Asked by
Ron
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or