Hi,
I am trying out the stockchart for react.
Have looked through the documentation and I wish you had more customization examples. Therefore I have a few questions and if you could please reply with actual syntax or example.
1. How do I change the colors of Bullish and Bearish Candles
2. Can I hide/skip the chartnavigator completely including the hint line?
3. I tried to update the chart with live data and it animates the chart everytime I set the binding, is there any settings to disable redraw animation?
Thank you in advance!

Is there any way with KendoReact Editor component to support multiple consecutive spaces? I'd like to be able to preserve exactly what the user types in. For example, if they want to manually type in 4 spaces to indent the first line of their paragraph, i'd like to preserve that. The default behavior of the form is to trim all leading and trailing whitespace, and if there are multiple spaces between words, it will condense those to a single space.
So in my example of manually typing 4 consecutive spaces to indent the first line of a paragraph, I would like to have the editor convert that to " " which is a every other character. alternatively you could do 4 consecutive tags, but it would probably be more proper to do every other.
I have a DropDownList inside a label for implicit association:
<label> <DropDownList data={['alpha', 'bravo', 'charlie']} /></label>
This all renders correctly at an initial glance. However, when I click on the DropDownList to select an option, I get an empty animation container with no items, though the container is sized for them if they were there. The container disappears promptly thereafter. If I click the label, the list appears correctly; if I double-click the DropDownList, it also appears correctly. Is there anything I can do to make this work more naturally? I would log this in your issue tracker, but I do not have access to github.

I got a folder - kendo - with all the kendo components such as kendo.combobox.min.js etc.
How can I update all the components in this folder or the library?


Like the title says, I can't use the DatePicker component when it's being used in a material-ui dialog (fullscreen dialog, https://material-ui.com/demos/dialogs/#full-screen-dialogs).
When I click the icon to toggle the DatePicker it just "bounces" or flashes, and is immediately closed. What could cause this behaviour?
Hello,
Does treeview control supports drag and drop of items? I can see a sample for Jquery Kendo UI but not for react version.
Thanks.
Drasko
Hi
Trying to get the date filters working on my grid. My dates are returning via an API call - all the dates are in ISO date format.
I've implemented the GridCell as follows but noted that formatDate returns a string rather than a date - is this correct?
class KendoGridDdateCell extends GridCell{ public render() { var value = formatDate(new Date( this.props.dataItem[this.props.field], "d") return ( <td>{value}</td> );}}
Also on the grid itself after turning on the date filters for the cell the
<Column field="fields.myDateFild" title="date" filter="date" cell={KendoGridDdateCell}/>
The Filter itself always shows Month/Day/year - how can we make the filter show Day/Month/Year? Without this the dates filter wont work.
Any help or pointers on this would be fantastic.


Hey,
we implemented the StockChart and set the NavigatorCategoryAxis to type "category". Everthing works as it should.
Is there a possibility to set ChartNavigatorSelect "from" and "to" props to a number, so we can set a range ? Or is there a workaround for type category ?
Thanks for your help.
With best regards
Stefan
