This is a migrated thread and some comments may be shown as answers.

Kendo Wrapped Grid doesn't always generate css classes

1 Answer 97 Views
Wrappers for React
This is a migrated thread and some comments may be shown as answers.
IT Dept
Top achievements
Rank 1
IT Dept asked on 21 Jun 2018, 01:08 PM

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.

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 22 Jun 2018, 06:58 AM
Hello, Eric,

Thank you for the details.

I made a different test on my end and the Grid classes were correctly attached all of the times.

Could you please share if there are any errors in the console when the classes are not attached?

Also, providing an example or more details for the setup or a video of the issue could prove very helpful in determining why the classes are not applied in some cases.

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Wrappers for React
Asked by
IT Dept
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or