Hi.
How can I prevent the edit dialog from appearing, if the event the user clicks on is in the past? I made an example:
https://stackblitz.com/edit/react-j2mfjp?file=app%2Fmain.tsx
If you click on one of the events, the alert appears but when I close the alert, the edit dialog appears too. I tried multiple things but couldn't manage it.
Thanks for any help,
Greetings,
Bernd
hey, ive asked a month ago a question about how to make horizontal lines and made the same as the answer
(link to the thread: https://www.telerik.com/forums/how-to-disable-chart-vertical-lines-and-how-to-make-the-lines-rounded#1569854)
but now i have a problem with the chart legend,
the chart legend isnt fixated on the position of each bar and it makes it hard to know which bar its for, example:
and the wanted result:
What's the Pros / Cons in comparison to other react frameworks?
Are there any pre-made design / prototyping solutions on the market?
If not, will you be interested in having such product for prototyping within Kenda UI guidelines?
I would like to be able to localize the format options. You can see here I have a custom font size component that is working fine. But a custom Format component is not working for me. I can use the default FormatBlock but dont know how to localize the labels.
I forked a font size sample here: https://stackblitz.com/edit/react-tsjbej?file=app%2FcustomFontSize.jsx,app%2Fmain.jsx
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