RowId after search in grid

I use grid.makeSearch with html text input, it works fine.
My question is: which event is fired when the item is found and the row is marked?
onRowSelect and onRowIdChange doesn’t work, means the rowId is not changed?
I use onRowSelect to fill the html form from grid cells, so now after the row is marked I anyway need to click on it to get the form filled in…

You may try to use onBeforeSelect, onSelectStateChanged events.