Hi. I am using the React Scheduler component.
I am currently applying Scheduler version 4.12.0 ("@progress/kendo-react-scheduler": "4.12.0")
The width of the item is not filling the slot 100%. (with margin on the right) (v4.12.0 example)
But in version 5.5.0 it seems to be 100% filled in width. (v5.5.0 example)
(Please refer to the attached image.)
In version 4.12.0, is there a way to fill the slot 100% of the width of the item?
I'm rendering Kendo Treelist inside of a Kendo Window. Is there a good way to resize height and weight of treelist based on window's height and width?
Thanks
1) Can I use the kendoReact with a typescript template?
2) Is Telerik Dateatime picker in kendoReact support Persian date or another format like in windows app UI?
3) Can we create reports in kendoReact using your report tools?
4) I have already a material UI admin dashboard(https://minimals.cc/). Can I use kendoReact components inside and integrat Their themes (dark and lights)
Hi,
We have an editable grid with multiple different editable field types outside of the basic TextInput including date fields, Combobox and multiselect. One requirement is to have the Enter key add a new row to the grid from the field in the last column - no mouse involvement, only keyboard navigation. With a field type of Text Input we can successfully implement with the onKeypress event. How can this event be implemented on the other field types that may be present as the editable field in the last column?
Example stackblitz here: https://stackblitz.com/edit/react-cw51ay-yswpbg?file=app%2Fmain.jsx
Does the Kendo UI for React grid have a search panel similar to the one for the ASP.NET Core grid?
Assuming it doesn't, we'd likely implement this outside the grid. Could we still use the toDataSourceRequestString functionality and incorporate the search string into that?
I'm following the guide for setting Editor to readonly. I got some backend api calls that fetches data to display in Editor.
If we initially set it to readonly, is there a way to update value of editor but keeping it readonly?
https://www.telerik.com/kendo-react-ui/components/editor/plugins/?&_ga=2.44037350.2112173554.1658652965-1429991543.1650758143#toc-read-only
Hi.
If an event using the SchedulerProportionalViewItem has a duration of less than 2 minutes, the event get's a height of 45px and doesn't display as long as it should. I have made an example showing events of 1 second, 1 minute and 2 minutes length and removed the text from it so that the event can show a length as appropriate:
https://stackblitz.com/edit/react-g64ffz?file=index.js
I gave the k-event a minHeight of 5px in the css so it doesn't appear too small for very short events. Is there a way to get around this if events are less than 2 minutes?
Also, in my example I tried to make the events editable but when I doubleclick on them, nothing happens. Not sure what the issue is.
Thanks!
Greetings,
Bernd
Hi.
I was asked to give the user the option to expand or collapse the columns. For example: on the header of the "Department name" column there will be an icon that when you click on it will expand and display the 2 columns after it. The deductive approach is that they will be folded until the user clicks on the icon.
Is there a built-in function that does this? Otherwise, how can it be done?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