Hi,
I have Mongoose form with DataGrid.
DataGrid has multiple rows.
I need to execute a Form scrip when user click on a row of the DataGrid.
Is there an event to do it?
Thanks,
Kirill
update
I figured out that column Primary event executed on double mouse click.
Is there an event for single mouse click?
Check out StdObjectSelectCurrentCompleted: https://docs.infor.com/mg/10.x/en-us/mongooseolh/default.html?helpcontent=mgwsolh_mg/lsm1454148072681.html&hl=stdobjectselectcurrentcompleted
Full listing of form events: https://docs.infor.com/mg/10.x/en-us/mongooseolh/default.html?helpcontent=mgwsolh_mg/lsm1454148054414.html
Hi Bradly,
Thanks for your reply.
It looks like StdObjectSelectCurrentCompleted executed on double click only as well.
Regards