Radio Buttons Table Example

Radio Buttons Table Example

BoSmithBoSmith Posts: 23Questions: 6Answers: 0

Hi Allan,
This is a basic question that I have not been able to fine a good example on how to implement. Basically all I am looking for is an example of using radio buttons in a table and getting their selections.
For example: col1 is student's name. col2 is 4 radio buttons with labels. And not using Editor, just tables.
Is there an example of something like this that you can point me to?
Thanks as always.
Bo

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,723Questions: 1Answers: 10,108 Site admin

    So basically you want to create radio buttons in the table? You could use a customer renderer for that.

    Allan

  • BoSmithBoSmith Posts: 23Questions: 6Answers: 0

    Thanks Allan,
    It looks like it will be difficult; I am still new to DataTables but I will give it a shot.
    Thanks much!

  • allanallan Posts: 61,723Questions: 1Answers: 10,108 Site admin
    Answer ✓

    Basically your renderer just needs to output the HTML for the radio buttons.

This discussion has been closed.