Hello,
We are running end-to-end tests against the following components:
- Dialog: https://www.telerik.com/kendo-react-ui/components/dialogs/dialog
- Window: https://www.telerik.com/kendo-react-ui/components/dialogs/window
How do we set a `data-testid` for the following components?
`data-testid` seems to be ignored when giving it as props to the components.
Thank you in advance
I use the React Upload component. I used the simple synchronous version in my project without any problems. Due to the file size I need to switch to the async Version. But I am not able to "transpile" my project. I have the following error message during project build:
Attempted import error: 'UploadAsync' is not exported from '@progress/kendo-react-upload' (imported as 'UploadAsync').
Reference: https://www.telerik.com/kendo-react-ui/components/upload/api/uploadasyncprops
In code I have no errors - only during the build process.
Here are my packages:
How can I use the async React Upload component?
Hi,
My form is going to have controlled DatePicker component. However, I could not figure out why when I defined the onChange function on the DatePicker, the form submission excluded its value.
https://codesandbox.io/p/sandbox/cool-hofstadter-2vj2s3?file=%2Fapp%2Fapp.jsx%3A18%2C7
From the code above, Test Date 1 and Test Date 2 components are almost the same, except, Test Date 2 component has line 63, which I set its 'value' and defined 'onChange' function separately. However, form submission will not recognize Test Date 2 value.
From pictures above, if removing 'value' and 'onChange' on line 63, you will see Result on the left, otherwise, you will receive result on the right
Hi,
I'm trying to change the colors of Gantt tasks based on their status, but I couldn't find anything about it in the documentation.
Is it possible?
Also, can I render a baseline for each task?
Thanks!
Hi , Is there a way to change or remove highligt color of selected rows in the grid.
Example: This is default behaviour
Is there a way to display like this.
I tried to overwrite with css. But no luch. Even with transparent it is not working.
Thanks
Srinivas Kolla
Hi
Is it possible to use keepItemsMounted for panelbar when used in drawer?
When i try to use it this way, the panel bar items will not close/collapse.
I made a stackblitz to show the problem.
Any help on this would be appreciated.
Thankyou
Neil
https://stackblitz.com/edit/react-qsacwnyt?file=app%2Fapp.tsx