While export and save PDF are extremely useful features that Kendo React UI provides.
I would like to have option to generate Password protected PDF.
Hi
Please build a React component for Map control similar to https://demos.telerik.com/aspnet-ajax/map/examples/overview/defaultcs.aspx
Hi
Please create a React Scheduler component similar to https://demos.telerik.com/aspnet-ajax/scheduler/examples/overview/defaultcs.aspx
Walkthrough component.
The component will allow the developer the create a step by step guide over the page.
This will highlight a collection of elements in a set order on the page with a tooltip showing the newly introduced feature.
I'm trying out the KendoReact Conversational UI and there are two things that I would expect to exist in the API that I can't seem to find.
1. Unread indicator - I'd like to mark where the last unread message was but there doesn't seem to be a way to do that with the API.
2. Load more messages - I'd like to be able to only load a certain number of messages from the chat history on initial load and then load more messages as the user scrolls (or possibly have a "load more" button) but there doesn't seem to be any callback for that.
I already have ideas to work around both of these with the "messageTemplate" but I wanted to check if I might be missing something obvious first.
-- Erik Sandberg
Add a Breadcrumb component.
Similar to what we have in Kendo UI for jQuery:
https://demos.telerik.com/kendo-ui/breadcrumb/index
Add KendoReact PivotGrid.
Currently, there is only a wrapper:
https://docs.telerik.com/kendo-ui/third-party/react#pivotgrid
Currently, this is possible with CSS animation only:
https://github.com/telerik/kendo-react/issues/326
Looking for callback for what item was dragged or resized.
coz we have as well Charts(HighCharts) inside not automatically resizing and we need to determine what item was resized to be able to trigger charts inside to redraw.
https://github.com/telerik/kendo-react/issues/865
Hi,
I'm trying to validate the file names that are being
uploaded using Kendo react Upload component. But the validation message I
set is not displaying next to the file just the way the following
messages are displayed.
File type not allowed.
Invalid file(s). Please check file upload requirements.
File size too large.
File size too small.
For reproducing the steps here is the code pen. If you try to upload any file which contains 2019 should show the validation error message.
https://stackblitz.com/edit/react-3x6dal-p7uycz?file=app/main.js
Could you please consider this request as a new feature?
Hi,
Please add down arrow to multi-select dropdown similar to combobox or dropdownlist.
Hi Team,
I have the following Feature Request:
### Current Behavior
When the 'disabled' attribute is true for a TreeView node, the entire node is disabled, preventing the user from selecting, expanding and checking.
### Desired Behavior
To be able to specify what functionality of the node to disable, select and/or expand and/or check or all.
### Use case
1) A TreeView displays a list of Countries that when;
1.1) expanded, displays a list of provinces as items.
1.2) selected, filters a list of cities in a different component by the selected node (country or province)
1.3) checked, indicates business coverage for that region.
My use case dictates that once an area has been checked it cannot be unchecked. But the same node whose checked state must be disabled, still needs to be expandable and selectable for the above reasons, for viewing purposes.