How could I reload component when dataSource(data) was changed?
For example, I want add filtering for my treeview.
If I just change dataSource, nothings happens. So, I need to use "setDatasource".

One project is built on React for reasons, and stakeholder wants a mature grid component.
The Kendo UI Grid component for JQuery looks like the better choice.
Via kendo-grid-react-wrapper I can display the grid on a React page and do some basic interaction with it.
Before proceeding further, can you tell me if every feature in the JQuery Grid component is available via the React wrapper or are there some features that will break a page rendered by React ?
Hi,
I'm playing with the new Kendo React components and in particular the Grid component.
I create a custom cell with a button inside " <Column field="Id" cell={Links} />" , when I click the button inside the Links component I need to propagate the event back to my main component, the one that contains the Grid.
How can I do?
Thanks