Change views to dropdown and call multiple events

I want achieve below view to call multiple views.


Can you provide me POC to inject multiple services in dropdown and call views accordingly.

7 Replies

KK Karthigeyan Krishnamurthi Syncfusion Team April 10, 2019 04:05 AM UTC

Hi Sonam, 
 
Greetings from Syncfusion. 
 
Kindly refer the below online sample. 
 
onViewChange(args) { 
        this.scheduleObj.currentView = args.value; 
        this.scheduleObj.dataBind(); 
    } 
 
Regards, 
Karthi 



SD Sonam Diwate April 10, 2019 06:31 AM UTC

Thank you Karthi, It will helps us very much.


SD Sonam Diwate April 10, 2019 07:28 AM UTC

Here one more thing is I want to integrate this on the place of Views, with drop down,
Basically I want to change object in event.requestType === "toolbarItemRendering", but struggling with adding event for dropdown.
Also I want to create calendar select control externally in below format:


Is there any way I can change this template.


KK Karthigeyan Krishnamurthi Syncfusion Team April 12, 2019 11:34 AM UTC

Hi Sonam,  
 
Thanks for your update. 
 
We have prepared the sample as per your requirement. 
 
Regards, 
Karthi 
 



SD Sonam Diwate April 15, 2019 09:22 AM UTC

Timeline views are not working.

{ text: 'Day', value: 'TimelineDay' },
{ text: 'Month', value: 'TimelineMonth' }


SD Sonam Diwate April 15, 2019 10:24 AM UTC


Also this format is not able to achieve. 
How to achieve above format


VD Vinitha Devi Murugan Syncfusion Team April 16, 2019 01:46 PM UTC

Hi Sonam, 
 
We have prepared the sample as per your requirements. 
 
 
Note: We have done Date format changes in Day and TimelineDay view. 
 
Regards, 
M.Vinitha devi. 


Loader.
Up arrow icon