I created a simple recurring event with night and day format (23:00 - 01:30) and never-ending repeat schedule on day view. which does not renders on morning day schedule on (00:00 - 01:30).
public events: SchedulerEvent[] = [{
id: 1,
title: 'Breakfast',
start: new Date('2018-10-20T08:00:00'),
end: new Date('2018-10-21T02:30:00'),
recurrenceRule: 'FREQ=DAILY;'
}];
the above does not renders the schedule for (00:00 - 01:30) but if I add count with recurrenceRule its works.
recurrenceRule: 'FREQ=DAILY;COUNT=10;', - but in my case count is not required.
attached screenshot for reference.
I created a simple recurring event with night and day format (23:00 - 01:30) and never-ending repeat schedule. which renders except on Sunday morning time (00.00 - 01:30).
events: SchedulerEvent[] = [{Attached screenshot for reference.
Hi team,
I have implemented kendo-grid with search and custom tag filter.If i search any key on the input field data is filtered but in case of custom tag coloumn i have created custom function that is called from filteChange event. and its working but if test it with multiple filter its not working on that.can you tell me any built-in function that is working on both cases.check below attached code snippet for array format.
Hi
I am using nrwl/nx in my angular application. My angular application contains 5 applications and 6 libraries. It is a big enterprise application.
I am using kendo libraries for angular.
The project can be served without any error
npx nx serve master
master is the starting point . it is angular application that responsible for routing and has main menu component.
As I Mentioned, I can serve the application without any errors. So I can test it localy without any problem.
The problems comes when I decided to package the project in order to deply it to my web server.Here comes the problem
I used this command to build my project
nx run master:build:production
I got many errors like thises:
'kendo-textbox' is not a known element,
'kendo-formfield' is not a known element:
1. If 'kendo-formfield' is an Angular component, then verify that it is part of this module.
2. If 'kendo-formfield' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
It seems that the compiler cannot identifies the kendo libriries when building the project for deployment.
Has any one have suggestions, what could be the reason for this error?
Thanks
The latest version of node_modules/@progress/kendo-angular-scheduler/navigation/focusable.directive.d.ts file has the following import statement:
import { FocusableContainer } from 'src/types/focusable-container';
However, the path is invalid as there is no "src" folder. I can get it to work if I manually change to ../ instead of src/ but we shouldn't have to be editing NPM package files.
Hi,
Is there a way to prevent this grid filter behavior described in the title? I'll try to illustrate it below:
The filter window closes after letting go of the mouse outside of it, the goal is to keep it open.
I have the following:
@Component({
(this.internationalizationasCldrIntlService).localeId = this.translateService.currentLang;
My question is how do I UNIT-TEST such a component, knowing that actually my test gives me the following
and the test is like this:
Hi,
The grid does not seem to obey date sorting ever since I changed it to the template showed a formatted date string.
Would have thought the sorting would be on the field which is a valid Date type.
</kendo-grid-column>