Hello,
I want to create a radio button in a row in a Grid depending on the value loaded in the row. I am using the event BeforeShowRow to create the radio button for that row.
The values for the radio button come from an array. Problem is nothing is display!! How does one assign dynamic values to a radio button?
I have tried using Component->RadioButton1->SetValue which does not work.
I have also tried list($jobs_questions_relation1->RadioButton1->BoundColumn,$jobs_questions_relation1->RadioButton1->TextColumn) = values[] which doesnt work either!
Please help.
Pat