According to this page http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-toolbar You need to get the Kendo widget instance to display a toolbar in a grid using the following code ``` kendo.bind(gridWidgetInstance.element.find("k-grid-toolbar")) ``` However the widget instance is wrapped inside the React component. Is there any way to get a reference to the wrapped instance? Thanks
According to this page http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-toolbar
You need to get the Kendo widget instance to display a toolbar in a grid using the following code
However the widget instance is wrapped inside the React component.
Is there any way to get a reference to the wrapped instance?
Thanks