I have an issue in setting the fixed height to kendo grid. It wont load that fixed height on initial loading time. After that it will work properly.
To fix this I hooked the k-on-data-bound event and trying set the height as follows
kendoEvent.sender.k-grid-content.height(400);
But I am unable to get kendoEvent/grid in this event. Please provide the solution to fix this