I have a grid with list of questions and I want the user to be able to select an answer for each question from a list of choices. I tried to put a toggle button inside a grid but that doesn't seem to get the focus. How can we achieve this? I thought of prompting an alert dialog when user selects the grid row and show a toggle buttton in the alert dialog, but not sure if it is possible. Is it possible to put a toggle or select button inside an alert dialog , can't find any reference for this in the documentation.
For any one else who come looking, I ended up showing dynamically added regular text buttons on the alert dialog (one per choice) as a work around.<br><br><div class="quote "><div class="quotetop ">QUOTE<cite>(SajuP @ 22 Nov 2011 6:49 PM)</cite><blockquote class="quotemain">I have a grid with list of questions and I want the user to be able to select an answer for each question from a list of choices. I tried to put a toggle button inside a grid but that doesn't seem to get the focus. How can we achieve this? I thought of prompting an alert dialog when user selects the grid row and show a toggle buttton in the alert dialog, but not sure if it is possible. Is it possible to put a toggle or select button inside an alert dialog , can't find any reference for this in the documentation.</blockquote></div></div>