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

Kendo Scheduler- Custom column in List View

3 Answers 406 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Vijendra
Top achievements
Rank 1
Vijendra asked on 01 Aug 2014, 01:33 AM
Hello,

I am using kendo scheduler using MVC wrapper. I would like to know how can i add a custom column in List View whose data will be binded using model. 



Regards,
Vijendra

3 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 04 Aug 2014, 01:41 PM
Hi,

Could you please elaborate more on the exact behavior that you trying to achieve as it's not clear from the initial post? Also could you please share more information about how the Scheduler is related to the ListView?

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Vijendra
Top achievements
Rank 1
answered on 05 Aug 2014, 06:03 AM
Hi Vladimir,

By List View i meant Agenda view in kendo scheduler. There are three default columns in that view- Date, Time and Event. I want to add one custom column in the view namely Status which would provide the status of meetings created.

Could you please guide me to achive this functionality.

Regards,
Vijendra
0
Vladimir Iliev
Telerik team
answered on 05 Aug 2014, 07:04 AM
Hi Vijendra,

Adding more columns to the "Agenda" view is not supported out of the box and it will require custom solution which is out of scope of our support service. Possible solution is to extend the build-in "Agenda" view the same way the base "View" class is extended in the following demo and override the needed functions in order to render another column:

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Vijendra
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Vijendra
Top achievements
Rank 1
Share this question
or