BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
var grid = document.getElementById("Grid");
grid.addEventListener("dblclick", cellSelect);
function cellSelect(event) {
var colIndex = event.target.getAttribute("aria-colindex");
event.currentTarget.querySelectorAll(".e-field")[colIndex].focus();
}
|