5 Answers, 1 is accepted
0
Hello Sameer,
Here you will find a Dojo sample implementing the required functionality, by using the Scheduler view() method. Note, that in order to prevent View change from the Scheduler toolbar, I have hidden the Scheduler views chooser:
I hope, that this helps. In case you have any further questions, please do not hesitate to contact us.
Regards,
Veselin Tsvetanov
Telerik by Progress
Here you will find a Dojo sample implementing the required functionality, by using the Scheduler view() method. Note, that in order to prevent View change from the Scheduler toolbar, I have hidden the Scheduler views chooser:
.k-scheduler-toolbar .k-scheduler-views {
display
:
none
;
}
I hope, that this helps. In case you have any further questions, please do not hesitate to contact us.
Regards,
Veselin Tsvetanov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0
Sameer
Top achievements
Rank 1
answered on 22 Feb 2017, 08:45 AM
Hello Veselin,
I've tried what you said and shown in dojo, but after applying these changes it is throwing error, find attached image.
0
Hi Sameer,
In order to assist you in troubleshooting the observed error, we will need to be able to reproduce it locally. Therefore, I would like to ask you to modify the Dojo sample sent, so it reproduces the problem and send it back to us.
Regards,
Veselin Tsvetanov
Telerik by Progress
In order to assist you in troubleshooting the observed error, we will need to be able to reproduce it locally. Therefore, I would like to ask you to modify the Dojo sample sent, so it reproduces the problem and send it back to us.
Regards,
Veselin Tsvetanov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0
Sameer
Top achievements
Rank 1
answered on 24 Feb 2017, 04:11 AM
Hello Veselin,
I can not replicate the exact scheduler i am having and it is against the policy, although i can tell you the error;
$scope.scheduler.view(view); at this line there is an error saying;Type Error: Can not read property get of null.
0
Hi Sameer,
I am afraid, that without being able to replicate the error locally, I won't be able to isolate the reason for it.
Regards,
Veselin Tsvetanov
Telerik by Progress
I am afraid, that without being able to replicate the error locally, I won't be able to isolate the reason for it.
Regards,
Veselin Tsvetanov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.