Test Environment:
We would like a virtualization of the timeline: https://www.telerik.com/kendo-react-ui/components/scheduler/api/TimelineViewProps/
We use the timeline for planning, when we have many rows with many columns it becomes slow.
Especially in combination with drag & drop hooks: https://www.telerik.com/kendo-react-ui/components/common/drag-and-drop/
Hi!
I have noticed that keyboard navigation doesn't work in the filter editor components inside the Filter component
Reproduction:
Is there a way to enable it or go around it?
Looking at the JSDoc for for `toDataSourceRequestString` and `toDataSourceRequest`, they both appear to have JSDoc above them, showing the parameter as:
* @param {DataRequestState} state - The state that will be serialized.
Should this actually have `@param {DataSourceRequestState}`?
There is a bug when rendering nested `PanelBarItem` components into a `PanelBar`. This error began in version 8.0 and still exists in 8.2.0.
In the linked example sandbox, you can see that I am rendering an empty array of children and it causes an error. This used to not cause any issues.
An empty array is needed because we render some `PanelBarItems` that come from an AJAX query and so the children starts off as an empty array until the requests completes.
Thank you,
Ryan
We use the PopOver component to create a menu that is more then just a list of links (i.e. a Jumbo Navigation including images, etc.).
Unfortunately the PopOver has no built-in functionality to automatically close it when the user clicks outside of the PopOver, so this has to be implemented manually.
So the request is to add a parameter to the PopOver component that allows to automatically close the popover when the user clicks outside of it when it's open.
Hello,
We've been using StockChart with Navigator to display a count trend. However, we have an accessibility bug reported on using that component due to single pointer options alternative is not provided for adjusting the graph points. Currently user can only achieve that through dragging. Do we support props that will display input box to resolve this accessibility issue?
MAS reference: https://aka.ms/MAS2.5.7
We are using a customized ChartToolTip with button in our bar chart. However the tab order is not correct for multiple charts. The expect behavior we were told by our accessibility testing team is first chart -> button on tooltip -> second chart -> button on tooltip and so on. The actual behavior is tab shortcut will switch between charts then back to the first chart tooltip element.
I'm looking for a spreadsheet solution that allows Collaborative editing.
I've been looking through your documentation and haven't found anything that could help me.
Can your React component allow this type of functionality?