This question is locked. New answers and comments are not allowed.
Hello,
I've got a problem when i update a record in my scheduleviewsource.
When is set the border property in one of the appointments the border shows correctly the first time.
But when i set it to another appointment in the source it wont update.
I have to change the viewdefinitions before and then it updates. But this is slow because of the amount of resources ive selected.
s.ActiveViewDefinition = s.ViewDefinitions[2];
I've got a problem when i update a record in my scheduleviewsource.
When is set the border property in one of the appointments the border shows correctly the first time.
But when i set it to another appointment in the source it wont update.
I have to change the viewdefinitions before and then it updates. But this is slow because of the amount of resources ive selected.
s.ActiveViewDefinition = s.ViewDefinitions[2];
s.UpdateLayout();
s.ActiveViewDefinition = s.ViewDefinitions[0];
s.UpdateLayout();
Is there another way to rebind the view?
Greetings
Marcel de Groot
Abecon