0

Good day,

I have a web page where the user makes a selection in a dropdown.

As soon as the item in the dropdown is selected, a Kendo grid appears and displays a list of records retrieved via an API call that returns JSON.

I have written code that does certain modifications to the html table that is generated when the grid displays, but this code is triggered by a button at the moment. This is not the behavior I want.

I need to somehow fire an event after the grid renders so that the code is executed automatically and not triggered by a button.

Is there a possibility that via JQuery I could somehow bind an event to fire after the grid control has finished rendering?

P.S. None of the existing Kendo grid events in the documentation work for what I need, not even the datasource "requestEnd", because at that moment in time, the HTML for the grid has not been generated in the page. An event like "postRender" or something like that would be ideal if it existed.

4

2 に答える 2