How to work on radio button and check box columns for editing row on the datatable

How to work on radio button and check box columns for editing row on the datatable

sskssk Posts: 1Questions: 0Answers: 0
edited June 2012 in DataTables 1.9
Hi,
I have table of 11 columns and about 75 rows . out of that 1 column is radio button and one is checkbox .
I am dynamically populating the table. I want to datatable for editing the rows .

I am using jeditable 's editable event handler. when I clicked on any cell it is in editing mode . but for radio button I want to use it for row selection .
But when I click on radio button it shows radio button html code in editable textbox, instead of selecting it.
Can anyone guide me how I can select anyone radio button which can use to select row .
and second is when I click on check box it also shows me html code in textbox instead of selection of that check box .

for reference using same like : http://datatables.net/release-datatables/examples/api/editable.html
only in my case one radio button column and one checkbox column is present .

This killing my time . your help is really appreciate.
This discussion has been closed.