Hello,
I use your grid, but in Firefox (61), Edge is bad generated headers with filter (not created scroll part in header and filter row). Chrome rendering is OK.
Thanks Pavel
Hi All,
I have a table with 14 columns, and it obviously does not fit well on small screens. In Kendo UI for jQuery I would normally solve this with frozen column and horizontal scroll. However, frozen columns might not be available untill September. So is it possible to achieve horizontal scrolling on small screens without frozen column?

I have problem with textField binding to value. My JSON looks like this and I need to bind name.value to textField attribute, but as it is shown below, its not working. How I can manage that?
{
"id":"some_Id",
"code":"some_code",
"name":{
"value": "Czech republic",
"translations": []
},
etc....
}
<DropDownList data={this.props.headerData} textField={"name.value"} valueField={"id"} value={this.props.selectedImporter.id} className="dd-header" onChange={this.importerContextChanged} />);
I have a problem where if I add a datepicker to a dialog the datepicker always appears behind the dialog.
See here for an example:
https://plnkr.co/edit/XIAgXksJLimneb3NDXAg?p=preview
I basically took the following example from your portal and added a datepicker
https://www.telerik.com/kendo-react-ui/components/grid/editing/editing-external-form/

I fund that the React version is still in Progress status, we would like to have a stable version to use in our project. May I know your planning on this?
Also, for this In-Progress version, is it free if we use in commercial project?


i'm using kendo grid and i want to add OnClick in a button on template column
here is my code :
<GridColumn field="Actions" title=" " template="<button type='button' onClick='editUser("#:Id#")'><i class='fas fa-pencil-alt'></i></button>"/>
but it is not working.
i aslo tried this code it return null
<GridColumn field="Actions" title=" " template={<div dangerouslySetInnerHTML={<Button onClick={()=>this.editUser(null)} color="primary"><i className="fas fa-pencil-alt"></i></Button> }></div>}/>

We're experiencing an issue where a Kendo React Wrapped Grid isn't rendering the same way consistently. Sometimes it will render as expected like this:
<table role="grid" class="table table-striped table-bordered dataTable k-grid-header"> ... </table>
But other times it will render without the classes at all, which breaks a lot of the styling and sizing:
<table role="grid" > ... </table>
It is inconsistent across page refreshes for the same grid. In fact, it seems to be that if Chrome Dev Tools are open it will render correctly, but if they are not open then it will render incorrectly. I would have assumed it was a caching issue, but if I close dev tools and refresh the page again it reverts to the broken state.

layout is lost when I feed data using axios, but it is working with local data.
What I meant is instead of displaying Grid with Paging, it is displaying just Grid only.
working sample with local data :
https://github.com/vsaravanan/react-kendo-paging/commit/3979718024811fcd4a042711375b0058d84a936d
Layout is lost when I pull the data using axios.
https://github.com/vsaravanan/react-kendo-paging/commit/b1d2ce2d6088f74a41cbcc2542e5dea458563fbe

