Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142799 | Feb 20,2019 10:19 AM UTC | Feb 20,2019 12:03 PM UTC | JavaScript - EJ 2 | 3 |
![]() |
Tags: Grid |
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();
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.