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

Hello,
I need a draggable modal window with a KendoReact Form. What is the best way to set focus to the selected input?
Right now I'm using the Window component (because it's draggable) with the modal={true} option. Unfortunately, the Window component doesn't have an autoFocusedElement prop, which the Dialog component does.
Best,
Tomek
Problem: DataResult isn’t supported
Why do we complain about this:
We want to use virtual scroll functional, but without DataResult support we have to load all items at once (data is pretty massive), which produce unnecessary overload of network.
Does it supported by other components or implementations: Angular TreeList, React Grid
Question: Do you plan to introduce DataResult support for React TreeList in closest feature