:: Forum >>
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
Thursday, October 12, 2006
Hi I found the solution.
table.onCellClicked = function(text, col, row){
var value = table.getCellText(0, row);
}
Linda
Thursday, October 12, 2006
This topic is archived.
Back to support forum
Forum search