Is it possible to have a toggle or select button in an alert dialog?
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.
by
1 Reply