I am using a Kendo React Grid inside a Kendo React Dialog Window component.
When the Window first displays the user inputs a value in a text input and clicks a button to load the grid. The Grid seems to appear behind the Window. I tried adding the:
.k-animation-container { z-index: 10003; }
Some additional information:
When I open the Dialog Window I see this:
If I type an order number and click "View" I see this:
Part of the top of the grid where the headers should be and the scroll bar appear. That tells me the data loaded and the React state variable updated and caused the grid to redraw.
If I click the minimize icon in the window header and then the click restore icon I see the data:
I can share the code if it helps.
Thanks!