Urgent:How to get values of a cell present in a grid?
Dear all,
I am using list grid of domapi 3.0..When i click on a row, i want the value of a particular cell present in that row.
Here is my code.
var v=obj.selected[0].cells[0].innerHTML;
But it is getting error as obj.selected.cell is null or not an object.
Please help me..
I am using list grid of domapi 3.0..When i click on a row, i want the value of a particular cell present in that row.
Here is my code.
var v=obj.selected[0].cells[0].innerHTML;
But it is getting error as obj.selected.cell is null or not an object.
Please help me..
Rukesh
February 8,