Hi,
My requirement is to have 3 radio buttons in a single column of a tree-grid(in a row). I mean there are 5 column headers of which two are of this type. So in a single row, 3 column headers will have some data and in the remaining 2 columns, there should be 3 radio buttons each. please provide a solution.
Thanks,
sriram.
You can store any html inside single grid’s cell:
<![CDATA[
]]>
Also you can implement custom eXcell type. Please find more information here dhtmlx.com/docs/products/dhtmlxG … #grid_cexc
Hi,
Thanks for the reply.
In case of <![CDATA[]]>, the data should be loaded by loadXML, but i am not using that. Even the data inside the cell is not static, dynamically I am getting the data for the values of radio buttons.
In such case better to implement custom eXcell type. It a bit more complex but can help you implement more complex business-logic.
Hi,
I went through dhtmlx.com/docs/products/dhtmlxG … #grid_cexc, but i didn’t get a clear idea of how to use it in my case. Please help me out.
Unfortunately we haven’t ready solution for your user-case. You can contact sales@dhtmlx.com and request for component customization.