I'm using UIGrid. How can I get the row-column object of a selected cell's DOM element in the grid?
$(".ui-grid-cell-focus")
this gives you the HTML DOM of the currently focused/selected cell. I'm trying to get the uiGrid row-col object using this HTML DOM value. I dont know how to!