Hi everyone.
In my grid i have a col formated by me that shows an input type radio, what i want is when a check the radio, the row get selected.
this is my code:
in the grid colModel:
{name:'opcion', width:35, align:'center', formatter: myFunction},
after the grid declaration:
function myFunction(cellvalue, options, rowObject)
{
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top