I need to have two radio buttons in the same cell.

lazyGrid.setColTypes(“ro,ra,ch,ra,co,ed”);
“ra” is for column oriented radio button.
I need to have two radio buttons in the same cell.

like in HTML code,
Yes<input type=“radio”> No<input type=“radio”>

You can insert any html into grid cell:

<![CDATA[Yes No]]>

Also you can create any custom eXCell type you need. docs.dhtmlx.com/doku.php?id=dhtm … l_creation

Thank you Olga
In case of custom eXCell what will be the setColTypes ??

In case of custom eXcell you should pass your custom eXcell name to the setColTypes() method