Radio button in column

Hi there,

Is there a way to select a row using radio button, so that only one row is selected at a time and the background color is changed on selecting the row?

Thanks,

Hi @hdittakavi

to change a color for selected cells you can just use the highlight class added for selected cells. When it comes to radio buttons you can pass a selectCell() method via each radio button.

Here’s a full demo http://jsfiddle.net/num2vh5a/