3.2.0

get cell text from column 0

Hi
I am using AW.Grid.Extended in my application. Column 0 in my grid is an id column. I need to get the cell text of this column when a row is clicked. Can anybody help me with issue. Any help would be appriciated.

Regards, Linda
Linda
October 12,
Hi I found the solution.

table.onCellClicked = function(text, col, row){
var value = table.getCellText(0, row);
}
Linda
October 12,

This topic is archived.

See also:


Back to support forum