SMART datagrid v.1 > Classes > GridBase
Return the size of data cell specified by index as grid relative coordinate.
$('#click').function () {
var r = grid.getDataCellRect(grid.focusedIndex);
console(r.x + ', ' + r.y + ', ' + r.width + ', ' + r.height);