Hi,
Despite following the instructions on setting up a KendoReact licence key in a React project, I still get the following warnings displayed:
index-esm.js:163 License activation failed for @progress/kendo-react-intl
No license found.
See https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning for more information.
index-esm.js:163 License activation failed for @progress/kendo-react-editor
No license found.
See https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning for more information.
index-esm.js:163 License activation failed for @progress/kendo-react-buttons
No license found.
See https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning for more information.
index-esm.js:163 License activation failed for @progress/kendo-react-dropdowns
No license found.
See https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning for more information.
License activation failed for @progress/kendo-react-popup
No license found.
See https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning for more information.
Could you please help me resolve these issues.
I have set in Kendo "Grid" component attribute "columnMenu" and column menu works on all GridColumns.
ColumnMenu:
...but for only one of the columns I need to totally disable column menu for the following column, but I don't know how
Thanks a lot for an each help.
Hi!
I'm currently using kendo react charts with typescript, but I have a problem with the category axis (date type), basically it skips data when the date it's only with a difference of a few milliseconds, when the difference is in seconds theres no any problem.
It should be displayed as follows:
But it shows as below:
This is part of the datetimes:
I use categoryField property from ChartSeriesItem to provide those dates. How can I approach that?
Thanks
Hello all, I'm creating an app where users can edit styling of a page and then export this. I have the default styles in a CSS file. However, the inline styles which users can change via state, is not exporting.
Anybody know how to fix this? Thanks.
Hi.
The SchedulerForm component offers a parameter "dialog" to assign a Dialog component for customization of the form dialog to edit events.
Is there any way to assign a Window component instead? If I try to replace the Dialog component with a Window component, the form is not being displayed as I of course can't assign the dialog props to the Window component.
Thanks!
Greetings,
Bernd
Hi, I have a Drawer that is the main navigator in my app. The app in mobile show the component in overlay mode, and otherwise in on push mode.
My problem is that in overlay mode the navigator items are showed at the top of the device.
How to show the items without cover the header
Hi.
I have some questions regarding recurring dates. I have setup an example here:
https://stackblitz.com/edit/react-apb9rw?file=app%2Fmain.tsx,app%2Fdata.ts
As you can see in my data, the recurring events should start in the week that is being displayed when you open the scheduler page. They are timed so that all events should start at midnight CET, so I put the UTC-date to 10 pm UTC because CET is currently 2 hours ahead of UTC.
The issue is they don't show at the day they are scheduled, they show a week later and the weekday before they should show. So for example the allDay item "Sunday Item" which is scheduled to start on Sunday, 9th July 00:00, is showing week later on Saturday and the one that should be scheduled for Monday is showing on the next Sunday. That counts for non-Allday items and all day items. I'm not sure what I'm doing wrong here, maybe it's my math?
It would be important for me that at least the non-allDay items start at midnight on the correct day. I could get around the allDay-items issue by maybe choosing a different time but in the end it should work as expected.
Thanks as always,
Greetings,
Bernd
Hello everyone,
I need to insert html code at the current caret position - is this possible, and if so, could someone suggest how to do it? I've seen a similar solution in angular, but I can't convert it to this in react.
(https://stackblitz.com/edit/angular-fway1h-7ydfj2?file=app%2Fapp.component.ts)
Additionally:
Is it possible to calculate the exact position of the caret with respect to the entire browser window?