No announcements
Found 1406503 threads
-
1 Votes
Binding and save radiobutton value
namespace WpfApplication1.Converters { public class Converters : System.Windows.Data.IValueConverter { public object Convert(object ...Answered | 2 Replies | 5312 Views | Created by zleug - Thursday, September 1, 2011 4:08 PM | Last reply by Kee Poppy - Friday, September 2, 2011 10:52 AM -
1 Votes
Radiobutton binding
Also you can check, what the default value is created.Answered | 6 Replies | 3529 Views | Created by anandnairv - Tuesday, August 4, 2009 12:50 AM | Last reply by NareshG - Thursday, August 6, 2009 5:05 AM -
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 | 1372 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
get Value from RadioButton in DataGrid
If you want to synchronize the selection of your RadioButton with the selection of a row in the DataGrid, you could define an ItemContainerStyle for the DataGrid and bind the ...Answered | 5 Replies | 3641 Views | Created by Fauch922 - Wednesday, October 7, 2015 11:05 AM | Last reply by Magnus (MM8) - Thursday, October 8, 2015 3:41 PM -
0 Votes
Displaying boolean values as radiobutton
You can then set the Value property for the Image as follows: =iif( Fields!Answered | 3 Replies | 5612 Views | Created by nermo - Sunday, August 23, 2009 8:57 AM | Last reply by Eponymous Cowherd - Friday, August 28, 2009 11:22 AM -
0 Votes
radiobutton
As a result, you would see a disabled checked radiobutton.Answered | 23 Replies | 6563 Views | Created by kate2011 - Thursday, February 10, 2011 5:26 AM | Last reply by Yves.Z - Wednesday, February 16, 2011 9:11 AM -
3 Votes
Use Multi binding for passwordbox and radiobutton
Jerry has reminded me there is a complication with binding attached properties though.Answered | 9 Replies | 3583 Views | Created by CHINTAN VAGHELA - Sunday, December 6, 2015 11:40 AM | Last reply by akag1993 - Sunday, November 19, 2017 3:36 PM -
10 Votes
RadioButton unchecked bindings issue still not resolved?
Thanks man.... saved lot of time....Answered | 29 Replies | 50009 Views | Created by James Cadd (MSFT) - Friday, August 24, 2007 8:16 PM | Last reply by Utkarsh Chauhan - Thursday, October 29, 2015 4:29 PM -
1 Votes
Change radiobuttons according to object values.
For each image and its metadata i create a object called "WaardeObjecten" and fill it with the values of index, path, and all ...Answered | 13 Replies | 1017 Views | Created by Niels Schutte - Wednesday, October 25, 2017 6:36 AM | Last reply by BonnieB - Monday, November 6, 2017 3:01 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 | 3256 Views | Created by Sakthi Aseer - Wednesday, December 14, 2011 6:59 AM | Last reply by Annabella Luo - Thursday, December 15, 2011 9:31 AM -
1 Votes
wpf radiobutton IsChecked problem
Hi, the code will be self explaining: public class BoolToZeroOneConverter : IValueConverter { public object Convert(object value, Type ...Answered | 3 Replies | 1201 Views | Created by fossil2 - Thursday, November 28, 2013 1:39 PM | Last reply by fossil2 - Sunday, December 1, 2013 1:43 PM -
2 Votes
radiobuttons issue
RadioButton Control Overview ADO.NET ArminAnswered | 2 Replies | 1598 Views | Created by tendaimare - Wednesday, March 7, 2012 10:23 AM | Last reply by Armin Zingler - Wednesday, March 7, 2012 1:08 PM -
0 Votes
Save binding
But I want to save bindings that are created at run-tim and are applied on elements that are created at run-time too.Answered | 5 Replies | 2995 Views | Created by kutiJack - Friday, July 1, 2011 5:06 PM | Last reply by Sheldon _Xiao - Tuesday, July 12, 2011 7:26 AM -
2 Votes
Saving DBNULL with BINDED TEXTBOX
The trick in this is using the binding events (currency events) Look at this sample on our website.Answered | 4 Replies | 1108 Views | Created by fhomedes - Monday, August 18, 2014 2:19 PM | Last reply by fhomedes - Wednesday, September 3, 2014 11:15 AM -
0 Votes
DataBinding of RadioButton group
<StackPanel DataContext="{StaticResource data}"> <RadioButton ...Answered | 2 Replies | 5972 Views | Created by SandepKU - Thursday, April 2, 2009 2:52 AM | Last reply by Hua Chen - Friday, April 3, 2009 6:35 AM -
0 Votes
WPF - RadioButton - automatically invoke a command
<RadioButton IsChecked="{Binding Snap1IsCheck}" Checked="SnapToleranceButton_OnChecked" CommandParameter="0.1">10 ...Answered | 5 Replies | 20361 Views | Created by TomTiangco - Wednesday, October 6, 2010 2:30 AM | Last reply by Horia Tudosie - Monday, September 15, 2014 4:14 AM -
14 Votes
Save
How are you saving your selected value in settings.Answered | 34 Replies | 4784 Views | Created by antonisa512 - Friday, April 29, 2011 7:29 AM | Last reply by Amit Govil (MCC) - Friday, May 13, 2011 11:36 AM -
2 Votes
A basic RadioButton quistion.
Hi All, I've built a new Dialog that when I'm pressing a button it opens a new dialog that has a radiobutton and a O.k. button.Answered | 11 Replies | 2940 Views | Created by ShimonShami - Wednesday, January 11, 2012 4:37 PM | Last reply by Pintu Shukla - Monday, January 16, 2012 9:04 PM -
1 Votes
Switch and radiobuttons
When you press the "Ok" button the variable is holding the latest value checked, so you can switch on that.Answered | 7 Replies | 3872 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
Focus listbox when radiobutton is ckecked in wpf
On your RadioButton you could have a style <Style TargetType="RadioButton"> <Style.Triggers> ...Answered | 1 Replies | 866 Views | Created by mIN-MADIN - Thursday, January 22, 2015 7:14 AM | Last reply by Andy ONeill - Thursday, January 22, 2015 7:51 AM - Items 1 to 20 of 1406503 Next ›
No announcements