5 Answers, 1 is accepted
0
Женя
Top achievements
Rank 1
answered on 17 Mar 2014, 08:14 PM
2. Also how i can chnage this header template -> http://clip2net.com/s/729vy1
So week days must have format like 'ddd'.
3. If there way to create different color for different event type. How?
4. How i can create already ready events which when i will drag and droped will create new event? http://clip2net.com/s/729AIC , So how i can simulate the drug and drop function via Kendo UI? And when i move new event on calendar grid it will work like if we move the event on grid?
So week days must have format like 'ddd'.
3. If there way to create different color for different event type. How?
4. How i can create already ready events which when i will drag and droped will create new event? http://clip2net.com/s/729AIC , So how i can simulate the drug and drop function via Kendo UI? And when i move new event on calendar grid it will work like if we move the event on grid?
0
Hi,
Please find the answers of your questions below:
1) Please check the demo below which demonstrates how to toggle "showWorkHours" option using custom button outside the scheduler:
2) The name of the week days shown in the month view headers are read from the current culture settings. You may consider overriding the defaults names (note that this will apply for the entire page):
Here you can find basic test page demonstrating this approach.
3) You can define resource with colors for each type - please check this demo.
4) I would suggest to check the following CodeLibrary demo which demonstrates similar behavior:
Regards,
Vladimir Iliev
Telerik
Please find the answers of your questions below:
1) Please check the demo below which demonstrates how to toggle "showWorkHours" option using custom button outside the scheduler:
2) The name of the week days shown in the month view headers are read from the current culture settings. You may consider overriding the defaults names (note that this will apply for the entire page):
var
calendar = kendo.getCulture().calendars.standard;
calendar.days.names = calendar.days.namesShort;
Here you can find basic test page demonstrating this approach.
3) You can define resource with colors for each type - please check this demo.
4) I would suggest to check the following CodeLibrary demo which demonstrates similar behavior:
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
Женя
Top achievements
Rank 1
answered on 19 Mar 2014, 02:53 PM
UNREAL PROFESSIONAL HELP!
I first time see so nice support help!
Thank you!!!
For change the week days name to Abbr use http://docs.telerik.com/kendo-ui/getting-started/framework/globalization/definecultureinfo
p.s.Really thank you very much Vladimir, i think i have another hard questions for example how i can hide top nav bar like footer in scheduler and recreate all events to bind it on my custom buttons, now i just hide it and manipulate with it, while it not visible, but seems if i use some height setting for calendar it calculate wrong height and i see the spaces in footer area. http://clip2net.com/s/72Wxwr I cant not use height function but i need hide the nav bar and rebind all events to my header!
And some another things like restyle all grid (only for week or month view) like this http://clip2net.com/s/72Wz7m... I try found and use the layouts, but seems it not exists for change the main grid and just for some calendar view...
I first time see so nice support help!
Thank you!!!
For change the week days name to Abbr use http://docs.telerik.com/kendo-ui/getting-started/framework/globalization/definecultureinfo
p.s.Really thank you very much Vladimir, i think i have another hard questions for example how i can hide top nav bar like footer in scheduler and recreate all events to bind it on my custom buttons, now i just hide it and manipulate with it, while it not visible, but seems if i use some height setting for calendar it calculate wrong height and i see the spaces in footer area. http://clip2net.com/s/72Wxwr I cant not use height function but i need hide the nav bar and rebind all events to my header!
And some another things like restyle all grid (only for week or month view) like this http://clip2net.com/s/72Wz7m... I try found and use the layouts, but seems it not exists for change the main grid and just for some calendar view...
0
Hi,
As your questions are out of the original topic, may I kindly ask you to open a new support threads / forum posts for the Scheduler? In this way it is much easier to follow and concentrate on the particular issue which usually leads to its faster resolving.
Kind Regards,
Vladimir Iliev
Telerik
As your questions are out of the original topic, may I kindly ask you to open a new support threads / forum posts for the Scheduler? In this way it is much easier to follow and concentrate on the particular issue which usually leads to its faster resolving.
Kind 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
Женя
Top achievements
Rank 1
answered on 21 Mar 2014, 11:35 AM
Ok, i will =)