Hi Sir!
Please, the command below retuns false:
Var bancoSel = jQuery('#grv').jqGrid('getCell', selr, 'banco');
Where:
selr is not null
And 'banco' is defined as:
$col["name"] = "banco"; – on selected row it's equal to ITAU.
But alert(bancoSel); returns FALSE and no ITAU.
Some idea?
Thank you!