Grid select raw

Hi, all.
I need selection API in Grid. When you expect delivery this?

Thanks.
Andrey Saulin

Please, try to use the following:

grid.selection.setCell(row_id,col_id);

It’s works!
Thanks…