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

Custom GanttTask resizing refresh

2 Answers 93 Views
GanttView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ron
Top achievements
Rank 1
Ron asked on 27 Mar 2013, 04:10 PM
Hi,

I have a custom GanttTask that has a Null Date field, when I resize a task in the timeline, I assign the start and end date to the custom date field so it can be update, the problem is that the field doesn't refresh unless I click on the cell.

This doesn't happen with the Start or End field from the GanttTask, when resizing in the timeline the fields are updated immediately, is there anything else that I need to call so the grid data will refresh as soon as I have updated the date fields?

thanks in advance for your help

2 Answers, 1 is accepted

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

Your custom property needs to raise a PropertyChanged notification when its value is changed in order to make the Grid part to update.

Hope this helps.

Regards,
Miroslav Nedyalkov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Ron
Top achievements
Rank 1
answered on 28 Mar 2013, 06:50 PM
Thanks Miroslav, that works
Tags
GanttView
Asked by
Ron
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Ron
Top achievements
Rank 1
Share this question
or