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
Hi Team,
Combining Chart Series with Pattern-specific rendering. The requirement was to combine/group the chart items where one will be solid and the other will be pattern-specific. I created one sample, and it's working as expected.
Working Example - https://stackblitz.com/edit/react-hxpthdxt-yevr77he?file=app%2Fapp.jsx
I created one more sample for the test. If I pass the chart component on the page itself, then it's working fine, but when the chart props are passed to the global object, then it's throwing an error.
Failed to execute 'structuredClone' on 'Window': (e) => e.dataItem.chartColor could not be cloned.
Reference Example - https://stackblitz.com/edit/react-hxpthdxt-ufdubb7e
Note - If you comment/delete the second-chart, then you can see the first-class chart render correctly.
Versions Used -
"@progress/kendo-react-charts": "^9.5.0",
"react": "^16.14.0",
Please look into it as soon as possible.
Thanks,
Mahesh