Few queries related to Grid

Hi,

I am working on DHTMLX 2.5 Pro version. I have a few queries related to Grid component:

1. Is there any way to give html code inside the cell content (which is defined as ro) so that it behaves as hyperlink?

2. I have a column with Radio buttons. How can i get the id of row having selected radio button.

3. I have a column with checkboxs. How can i get the list of selected checkboxes?

4. In a specific ‘ro’ cell, i want to add some hyperlink. Is there any way to do this?

5. I have a cell with long text like ‘User websites: web1, web2, web3’. And web1, web2 & web3 point to different href urls. Is there any way to achieve this feature?





Could you please provide the solutions for the above issues?



Thanks in advance.



Regards,

Vibhav Agrawal

You can insert any html into grid cell:
<![CDATA[]]>
If you need hyperlink in the grid cell, you can use “link” type. Please find example here dhtmlx.com/dhxdocs/doku.php?id=d … heckedrows