This question is locked. New answers and comments are not allowed.
Hi All,
I am using 3 generic radio buttons in a dynamically increasing radgrid. I have put the radio buttons in a cell template as below. However in order to activate the radio buttons, I have to click them twice. Initially, I thought it was happening because I do not set their group names. However, even after setting their group names (Unique per row) in a rowloaded event (I also tried binding groupnames to a unique row value) , I still have to click them twice inorder to activate them. For eg. if I have R1 R2 R3, and R1 is initially active, clicking R3 will first clear R1 and clicking it second time will select R3. However, I expect the behavior to be a single click ( clear R1 and select R3 in the same click). Please let me know if anybody knows how to get around this or has faced this issue earlier?
I am using 3 generic radio buttons in a dynamically increasing radgrid. I have put the radio buttons in a cell template as below. However in order to activate the radio buttons, I have to click them twice. Initially, I thought it was happening because I do not set their group names. However, even after setting their group names (Unique per row) in a rowloaded event (I also tried binding groupnames to a unique row value) , I still have to click them twice inorder to activate them. For eg. if I have R1 R2 R3, and R1 is initially active, clicking R3 will first clear R1 and clicking it second time will select R3. However, I expect the behavior to be a single click ( clear R1 and select R3 in the same click). Please let me know if anybody knows how to get around this or has faced this issue earlier?