toODataString throw exception on text filter changed from is null to contains.
https://stackblitz.com/edit/react-ertg4z?file=app%2Fmain.jsx
Repro step:
1. Choose filter by Name which is using text filter.
2. Change filter from Is null to contains.
3. toODataString threw exception.
Actual Result:
Given I have a conteneditable div component in my web application, when I run FastPass using Accessibility Insights for Web, I get the follow error message:
Snippet
<div aria-label="Post a question or answer" contenteditable="true" class="ProseMirror"><p data-prewrap="true"><br></p></div>
How to fix
Fix the following:
ARIA attribute cannot be used, add a role attribute or use a different element: aria-label
Given I have a conteneditable div component in my web application, when I run FastPass using Accessibility Insights for Web, then I should not receive the following error message above
Hi,
Hope you are doing good.
We have requirement that, there are some cards (Each cards are separate component like chart, grid, etc). Also have separate multiple grids like 2*2, 4*4. We need to drag the cards and drop it in any of the grid.
For your ref, the feature is somewhat like this https://demos.telerik.com/kendo-ui/cards/drag-and-drop .
Please let me the example. Also revert me if you have any doubts.
Thanks,
Gokul
Our customers use case would require multiple tasks on same row in the Gantt diagram. Is this possible to implement somehow by customizing the Gantt diagram? Customer feels having each task on its own row wastes vertical space since the tasks are usually back to back.
When a user focus an empty DatePicker input using tab, the caret starts at the end (right side) of the input.
We need it to start at the left side, so the user can type without having to go all the way back to the left.
Hi support,
I would like to know what's the best way to set the modal dialog to the bottom of the page, and add animation for it to slide up to open and slide down to close.
Thanks!
Can you give us support on how we can get the information about the selections, and keep it updated at all times? Thank you,
It should have the following functionalities:
Please add the “add widget” functionality as the jQuery version has.
Please add the “remove widget” functionality as the jQuery version has.
https://demos.telerik.com/kendo-ui/tilelayout/add-remove
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.
Hi,
I am using the date range picker component and it works fine.
But I want to add time select feature to date range picker.
I did not see this feature when I examined the document.
Link : https://www.telerik.com/kendo-react-ui/components/dateinputs/daterangepicker/
Please your support
Best Regards,
Hi Team,
###Current Behavior
When displaying checkboxes, they are not aligned for nodes with children vs. nodes without children
### Example
https://stackblitz.com/edit/react-rqvush?file=app/main.jsx
### Expected Behaviour
Nodes checkboxes should be aligned the same regardless of if they have children.
###Version
4.8.0
Thanks and Kind Regards,
Grant
Hi we are wanting to use the scheduler and control the display of overlapping items differently than the default. Are there any resources you could point me to that explain how two items scheduled over the same time interact or can be customized?
If we wanted for the items to be z-indexed over each other instead of shown side-by-side, is that possible?
Hi
I have been using Kendo React Scheduler and soon going to integrate it with our product.
I came across a use-case/functionality requirement. Currently, with the Month View, when we have too many events in the view, we have the functionality of drilling down into the day view by clicking on three dots (I will refer to this as "View More" functionality). Very helpful indeed.
My use-case was when in the week view, we still have limited space per day in small dimensions for the calendar which can lead to the squashed arrangement of events on the time scale as well in the all-day section.
So I was thinking if we could have the same "View More" functionality in Week view as follows:
Let me know if any other concerns or ideas around this may arise.
Thanks
Aman Gupta
I can't find anything on your website or on the internet that explains how to navigate a Kendo React ListBox control using the keyboard.
Can you point me in the right direction on this issue?
Thanks.
Ruslan Lyga
Add a shared note property for the Chart.
This property should allow rendering a note for multiple series items similar to the shared tooltip funtionality.
Hi,
Please add down arrow to multi-select dropdown similar to combobox or dropdownlist.