Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
How to trigger a row selection automatically
posted

Hello,

I have a grid which is initialized remotely with a JSON respons.

The grid displays correctly but I would like to automaticly trigger a selection of the 1st row of the grid when the data is loaded.

I didn't see any javascript event in the documentation which could be anything like "igGridLoadDataFinished" or whatever...

Is there also a way to trigger a specific row selection in JS ?  Because with a thing like "$('#grid' tr[data-id='698']).trigger("click")"  no event is fired.


Parents Reply Children
No Data