Hello, DHX friends,
I just discovered that
myGrid.selectRow(someRowId);
doesn’t fire the event
myGrid.attachEvent("onRowSelect", function(id){
. . .
});
Is it possible to programmatically simulate a click using the selectRow() method, please?
Thank you!
Ajaxian