We have an angular2 webapp where we are using Kendo Grid to display data. We retrieve the data from a restful webservice using JSDO. We need to be able to detect when the rows have been rendered. The reason being that we need to select the first row by default and display some extra data in fields outside the grid.
The Original Kendo Grid had the dataBound event that we could subscribe to. We have not been able to find an equivalent in Angular2 grid.