Using Slipstream Engine, SP18, is there a way to trap which row and cell are double clicked to use when the onDoubleClick event is fired?
By using the recording feature I can see the action knows where I clicked but I can't figure out how to grab the information.
Kindly,
Cristin
session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell").executeWebRequest("post", "action", "53", "row_index=2&column_index=8", null);
session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell").executeWebRequest("post", "action", "48", "cells=2,8", null);
Request clarification before answering.
Hi Cristin,
I'm no scripting expert by a long shot but based on the API documentation I experimented a bit and found something that may help.
Here is this one-liner script:
session.utils.alert(rowIndex + ' ' + columnName + ' ' + cellValue);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.