No announcements
Found 287056 threads
-
0 Votes
radiobutton grouping
Also, if there are 3 nested levels, by grouping will not work.Answered | 3 Replies | 574 Views | Created by Spunny - Friday, June 17, 2016 4:43 PM | Last reply by DotNet Wang - Tuesday, June 28, 2016 1:52 AM -
0 Votes
RadioButton group problems
Generate a GroupName when initializing a new UserControl of yours and set it to each RadioButton inside.Answered | 3 Replies | 3998 Views | Created by Glenn A Watson - Tuesday, September 16, 2008 6:45 AM | Last reply by Bigsby - Friday, September 19, 2008 9:17 AM -
0 Votes
DataBinding of RadioButton group
One is to add Checked event handler to each RadioButton In the checked event handler refresh the bound class' property.Answered | 2 Replies | 5910 Views | Created by SandepKU - Thursday, April 2, 2009 2:52 AM | Last reply by Hua Chen - Friday, April 3, 2009 6:35 AM -
2 Votes
RadioButton Group: Determine Selected Button
Hi danjam, It's no necessary to add a separate event handler for each RadioButton, you can attach the same Checked event handler for all the RadioButtons, like ...Answered | 2 Replies | 31087 Views | Created by JediSQL - Sunday, September 27, 2009 11:58 PM | Last reply by Zhi-Xin Ye - Monday, September 28, 2009 9:48 AM -
2 Votes
RadioButton/Option Group instead of Combo
Hello, I want to have a RadioButton/Option Group instead of a combobox for some fields with Choise List (3 Entries) instead ...Answered | 3 Replies | 6526 Views | Created by Mad Rian - Thursday, May 24, 2012 3:45 PM | Last reply by Dave Vorgang - Thursday, June 21, 2012 3:19 PM -
0 Votes
radiobutton
The reason is once a radiobutton is disabled then its UI freeze.Answered | 23 Replies | 6479 Views | Created by kate2011 - Thursday, February 10, 2011 5:26 AM | Last reply by Yves.Z - Wednesday, February 16, 2011 9:11 AM -
1 Votes
Radiobutton binding
It is not happening, I have to click one of the radiobuttons on the control to reset it..any thoughts?Answered | 6 Replies | 3448 Views | Created by anandnairv - Tuesday, August 4, 2009 12:50 AM | Last reply by NareshG - Thursday, August 6, 2009 5:05 AM -
0 Votes
Problem with RadioButton enablement
A manual check Radiobutton is not common and you do have to manually toggle the state of the button and its group.Answered | 10 Replies | 827 Views | Created by MRAB - Wednesday, February 4, 2015 11:10 AM | Last reply by CoolDadTx - Wednesday, February 4, 2015 5:35 PM -
0 Votes
Getting selected Radiobutton
CheckedChanged dim chk = DirectCast(sender, RadioButton) If chk.Checked Then TextBox1.Text = ...Answered | 7 Replies | 975 Views | Created by Ricky Blunda - Tuesday, July 15, 2014 10:05 AM | Last reply by Kareninstructor - Tuesday, July 15, 2014 4:33 PM -
1 Votes
Is there any possible way to Bind "RadioButton" group?
How to bind the Radio Button group with Boolean property?Answered | 2 Replies | 3200 Views | Created by Sakthi Aseer - Wednesday, December 14, 2011 6:59 AM | Last reply by Annabella Luo - Thursday, December 15, 2011 9:31 AM -
2 Votes
A basic RadioButton quistion.
In the dialog ...Answered | 11 Replies | 2881 Views | Created by ShimonShami - Wednesday, January 11, 2012 4:37 PM | Last reply by Pintu Shukla - Monday, January 16, 2012 9:04 PM -
0 Votes
array of radiobuttons
Helllo, Your requirements are vague so with that here is how I am interpreting your question, created some RadioButton controls and placing them onto a FlowPanel.Answered | 2 Replies | 951 Views | Created by Mayclino - Thursday, April 14, 2016 1:04 AM | Last reply by Kareninstructor - Thursday, April 14, 2016 9:35 AM -
1 Votes
RadioButtons vs Focus with a nod to Groupbox
For all other RadioButtons in the Group Raise one Click Event.Answered | 7 Replies | 2708 Views | Created by HardWay - Sunday, October 28, 2012 4:03 AM | Last reply by Bob Wu-MT - Thursday, November 1, 2012 10:11 AM -
1 Votes
Help with Radiobuttons
Create one CheckChanged event for both RadioButton controls.Answered | 6 Replies | 779 Views | Created by Nikhil Kenvetil - Saturday, August 26, 2017 6:22 PM | Last reply by Nikhil Kenvetil - Wednesday, August 30, 2017 8:02 AM -
0 Votes
Change Visible/Enabled attribute of a radiobutton, when another radiobutton is checked
So technically speaking, nothing will happen because in run time the radioButton just gets the property if the button is checked or not.Answered | 3 Replies | 9265 Views | Created by sjs1978 - Tuesday, December 13, 2011 4:03 AM | Last reply by sjs1978 - Tuesday, December 13, 2011 8:19 PM -
0 Votes
binding data with radiobutton
Unlike ListView or GridView, you have create RadioButton one by one in code or in XAML.Answered | 1 Replies | 1308 Views | Created by BadTony - Monday, December 17, 2012 4:55 AM | Last reply by Aaron Xue - Tuesday, December 18, 2012 8:21 AM -
0 Votes
enable/disable radiobutton
You may want to regroup your radiobutton by groups and use RadioButtonList instead.Answered | 2 Replies | 25015 Views | Created by harshil_93 - Thursday, April 11, 2013 6:03 PM | Last reply by Bazzzy - Thursday, April 11, 2013 6:37 PM -
1 Votes
Switch and radiobuttons
You can not directly mention "RadioButton".Answered | 7 Replies | 3785 Views | Created by Lumikettu - Wednesday, November 24, 2010 10:06 AM | Last reply by mohammad ansari - Wednesday, November 24, 2010 11:10 AM -
0 Votes
Problem with radioButton
Checked = true ) { MessageBox::Show ("Radio One"); ...Answered | 1 Replies | 3123 Views | Created by Swalf - Wednesday, June 16, 2010 3:43 PM | Last reply by Zeeshan Amjad - Wednesday, June 16, 2010 4:18 PM -
1 Votes
Toolbar RadioButton Style
You can use the Style key to achieve this: <RadioButton Style="{StaticResource {x:Static ToolBar.RadioButtonStyleKey}}" ...Answered | 2 Replies | 6114 Views | Created by MQCA - Thursday, September 10, 2009 1:41 PM | Last reply by Bigsby - Thursday, September 10, 2009 3:04 PM - Items 1 to 20 of 287056 Next ›
No announcements