search Calendar sample like outlook with Detail in column

2 Answers 123 Views
Scheduler
bahaso
Top achievements
Rank 1
Iron
Iron
Iron
bahaso asked on 06 Jul 2021, 12:19 PM

Hi,

I search an Calendar sample with Detail in column ?

 

Regards

2 Answers, 1 is accepted

Sort by
0
Martin Bechev
Telerik team
answered on 09 Jul 2021, 05:27 AM

Hi Bahaso,

Kendo widget that is a close representation of the MS Outlook is the Kendo Angular Scheduler component:

https://www.telerik.com/kendo-angular-ui/components/scheduler/

It supports different templates which help in customizing the default layout, as well as different views.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
bahaso
Top achievements
Rank 1
Iron
Iron
Iron
answered on 09 Jul 2021, 05:19 PM

Thanks

 

I have just an Error on Angular12 with sample

https://www.telerik.com/kendo-angular-ui/components/scheduler/editing/editing-reactive-forms/
 https://gm2wte--run.stackblitz.io

 

Error: src/app/app.component.ts:98:52 - error TS2345: Argument of type 'CrudOperation.Edit' is not assignable to parameter of type 'CrudOperation'.

98             sender.openRecurringConfirmationDialog(CrudOperation.Edit)
                                                      ~~~~~~~~~~~~~~~~~~


Regards

 

 

Martin Bechev
Telerik team
commented on 14 Jul 2021, 06:58 AM

Hi Bahaso,

I am not sure if you have managed to check the Note in the demo, but the developer needs to import the EditMode, CrudOperation from Kendo Angular Scheduler package, as they were mocked for the purpose of the demo:

import { EditMode, CrudOperation } from '@progress/kendo-angular-scheduler'
Tags
Scheduler
Asked by
bahaso
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Martin Bechev
Telerik team
bahaso
Top achievements
Rank 1
Iron
Iron
Iron
Share this question
or