Hi, friends, I have a question, the Oracle Interactive Grid has a default behavior which is select the first row for default.

I do not want that, in the version 5.1 this code make the workaround:
var ig$ = apex.region("emp").widget();
ig$.interactiveGrid("getViews", "grid").setSelection($());
But now in the version 18.1 this code gives me an error:

Maybe in the new version, this was deprecated. I would like to know how to do this in the version 18.1.
Thanks for your help.
Alexis Galdamez
Regards.