I am having trouble with time zones and scheduled work hours. When I select "Show Full Day", it shows events correctly, however, when the scheduler is limited to the business hours, the visibility cutoff seems to be mid-day. Even though my start time is earlier.
Here is an example: http://dojo.telerik.com/IdoNec/12
Switch between "Show Full Day" and "Show Business Hours" to see the issue.
Do I just have a configuration problem or is this a bug?
Hi!
First of all, here is the dojo to reproduce. Also I've attached gif file which shows all cases described below.
Let me describe this dojo more detailed. Here we have 'Main' link, which is outside kendo-sortable element, and two links: 'Link 1', 'Link 2' - which are placed inside kendo-sortable element. There is ng-view section right next to them. All templates contain only text and made just for navigation, except of 'Link 2', because it contains kendo-combo-box element also.
Case 1:
So, everything works fine.
Case 2:
Here we have a problem.
Case 3:
Everything works fine.
I have some notes:
I understand that this is not a regular case, but we have this in our application. So it would be great, if you could fix that. Or even provide temporary fix for us.
Thank you!
Hi,
With the new version (2017.3.1018), all our grids fail without error when you try to add a new record when we have set this two options:
editable: { createAt: "bottom"},
scrollable: { virtual: true }
You could see it in this example:
This works fine until now with all other versions, could you review it?
Thanks in advance
I created a dojo
https://dojo.telerik.com/@rareddy/exaRi
Top chart is taken from the Telerik demo, bottom chart is mine. Click the "redraw" button at the top, and you'll notice my chart does not redraw and ends up being blank.
The only difference, and you can test this by copying the series, is that the "field", "datafield", and "colorfield" are specified in the datasource in mychart.
Am I doing something wrong or is this a bug?
Hello,
I checked out the DialogService for angular 2 and it seems that I found a little bug which is also reproducible in the first plunker demo of your examples at https://www.telerik.com/kendo-angular-ui/components/dialog/service/
When the dialog is opened and you press the enter-key of your keyboard, the dialog opens again (and again, and again,...). In my opinion the focus should be set to the primary button of the dialog but it seems that the focus is still on the button which opens the dialog.
Is there any workaround for this problem or will this be fixed in the near future?
Thank you,
Best regards!