Skip to content

Replies

0
Lavanya
Lavanya answered on Sep 15, 2009 12:40 AM

Thanks for the response. I am using below code and this works.

var activeRow = grid.get_behaviors().get_activation().get_activeCell().get_row();

cell = activeRow.get_cellByColumnKey("ID");

ID= String(cell.get_value());