No announcements
Found 2327926 threads
-
0 Votes
How to binding combobox with Dictionary ?
Type of FinincialNewsCategories is Dictionary<string, string> <UserControl.Resources> <CollectionViewSource ...Answered | 5 Replies | 2932 Views | Created by FatJohn - Wednesday, August 1, 2012 6:22 AM | Last reply by Matt Small - Wednesday, August 8, 2012 8:28 PM -
0 Votes
Bind Dictionary to combobox
Could you please assist me with this binding?Answered | 2 Replies | 1766 Views | Created by hack_your_brain - Saturday, November 14, 2015 9:10 PM | Last reply by Magnus (MM8) - Monday, November 16, 2015 2:47 PM -
3 Votes
How to bind the Dictionary to LineSeries...
Then the binding will fail.Answered | 4 Replies | 923 Views | Created by NandanKishor - Monday, August 22, 2016 8:53 AM | Last reply by NandanKishor - Friday, August 26, 2016 5:49 AM -
2 Votes
Bind enum to combobox
>Resolved with Dictionary: You mean you took the code I provided and basically just added the values to a Dictionary instead of a list...Answered | 5 Replies | 1491 Views | Created by robertino_salemi - Thursday, February 19, 2015 5:05 PM | Last reply by Andrew Brough - Friday, February 20, 2015 4:05 PM -
2 Votes
DataGrid, Dictionary and Bind
in my case I have more then that - how can I do it?Answered | 14 Replies | 4965 Views | Created by want 2 Learn - Friday, August 18, 2017 8:44 AM | Last reply by BonnieB - Monday, September 4, 2017 12:18 AM -
1 Votes
Binding dictionary to RibbonGalleryCategory
>The binding is working fine but when I open the drop down and press the down arrow, the dictionary is showing up in the combo box I'm not sure what the issue ...Answered | 9 Replies | 1719 Views | Created by Ramakrishna Devarakonda - Tuesday, January 20, 2015 9:50 AM | Last reply by Vineet Bharadwaj - Friday, January 23, 2015 7:24 AM -
0 Votes
Binding and using data with a combobox
http://www.codeproject.com/Articles/20014/Searchable-MultiColumn-ComboBox-with-Linked-TextBo KSGAnswered | 1 Replies | 2038 Views | Created by matleeds - Friday, July 27, 2012 10:20 AM | Last reply by Kareninstructor - Saturday, July 28, 2012 4:31 AM -
2 Votes
Help how to make a combobox items no binding lightswich
If the real example you are using is for Gender, your best bet is to make a property named Gender on the table, and in the properties panel check the option of ChoiceList, this choice list gives you a ...Answered | 1 Replies | 1283 Views | Created by Armitage1989 - Saturday, September 29, 2012 6:30 PM | Last reply by freddyccix - Saturday, September 29, 2012 9:13 PM -
0 Votes
Binding to ComboBox
The following is the XAML I use in a project: <ComboBox Grid.Row="1" ItemsSource="{Binding theTrailers}" ...Answered | 2 Replies | 634 Views | Created by r3nv - Friday, June 9, 2017 11:12 PM | Last reply by Bob Ding - Monday, June 12, 2017 9:25 AM -
0 Votes
binding combo boxes to generic dictionary
I'm having problems binding 2 combo boxes to a generic dictionary, this is what i have done so far Dim cb As ...Answered | 2 Replies | 3417 Views | Created by Jay200032 - Saturday, February 19, 2011 9:23 AM | Last reply by Balaji Baskar - Sunday, February 20, 2011 2:33 AM -
0 Votes
Datagrid binding to Dictionary
>So i want to know, is it possible to bind to Dictionary<key,List<object>> No, not really.Answered | 2 Replies | 1539 Views | Created by deeps12345 - Friday, September 23, 2016 1:01 PM | Last reply by Magnus (MM8) - Friday, September 23, 2016 8:22 PM -
0 Votes
Not binding to comboBox
It just is NOT bindingAnswered | 20 Replies | 913 Views | Created by OldeEnglishD - Tuesday, April 30, 2019 6:44 PM | Last reply by Peter Fleischer - Wednesday, May 8, 2019 6:36 AM -
4 Votes
Binding to one Dictionary item
Then, do you confirm me that there is no way to access a dictionary in a "Binding path=list[4]"-like way?Answered | 13 Replies | 5016 Views | Created by bootis - Tuesday, October 14, 2008 8:26 AM | Last reply by Tobey Pash - Friday, November 7, 2008 8:20 PM -
0 Votes
Binding ComboBox to entity based on nullable column, with a converter
When a binding is null you can substitute something else instead.Answered | 3 Replies | 985 Views | Created by Thuren - Thursday, June 26, 2014 6:59 AM | Last reply by Magnus (MM8) - Thursday, June 26, 2014 9:06 AM -
0 Votes
binding Combobox
Hi eskandari, In addition to the above suggestion, since the property you want to bind is not that enum type, you will also need to use a converter to convert between the ...Answered | 3 Replies | 2276 Views | Created by eskandari - Thursday, August 11, 2011 6:09 AM | Last reply by Min Zhu - Monday, August 15, 2011 7:33 AM -
0 Votes
Combobox and Comboboxitem tooltip binding
How can I bind to ComboBoxItem when these are not defined in XAML?Answered | 9 Replies | 5554 Views | Created by Jibrohni - Friday, March 23, 2012 2:35 PM | Last reply by Jibrohni - Wednesday, March 28, 2012 12:00 PM -
0 Votes
How To: bind a value to combobox text
Actually, I want to bind my combobox to dataset and I want to display the current item of the datatable.Answered | 6 Replies | 4103 Views | Created by wirol - Saturday, August 15, 2009 11:17 AM | Last reply by Jim Zhou - MSFT - Monday, August 17, 2009 1:20 PM -
1 Votes
How to bind a value from ComboBox to TextBox?
helo david, <TextBox Height="31" Text="{Binding ElementName=comboBox1,Path=SelectionBoxItem, Mode=OneWay}" ...Answered | 7 Replies | 4405 Views | Created by David alice DD - Saturday, June 19, 2010 1:20 PM | Last reply by zahid_mughal - Saturday, June 19, 2010 2:00 PM -
2 Votes
Binding a ComboBox in a Custom Control
This is a Detail combobox.Answered | 5 Replies | 2993 Views | Created by Yann Duran - Wednesday, March 9, 2011 1:17 AM | Last reply by Spursoft Solutions - Friday, March 11, 2011 12:19 AM -
47 Votes
Binding combobox
Hi Hila, Clear the items collection before populating the combobox and include the line highlighted in bold after calling the DefaultView method....Answered | 4 Replies | 5507 Views | Created by hila_d - Sunday, May 1, 2011 8:24 AM | Last reply by Jie Bao - Monday, May 2, 2011 6:38 PM - Items 1 to 20 of 2327926 Next ›
No announcements