No announcements
Found 4120765 threads
-
0 Votes
Combobox Binding using WPF
"(dot) as field name its working.Answered | 5 Replies | 1599 Views | Created by kkrish1 - Wednesday, November 26, 2014 4:31 PM | Last reply by Andy ONeill - Monday, December 1, 2014 4:07 PM -
0 Votes
Binding to ComboBox
The following is the XAML I use in a project: <ComboBox Grid.Row="1" ItemsSource="{Binding ...Answered | 2 Replies | 716 Views | Created by r3nv - Friday, June 9, 2017 11:12 PM | Last reply by Bob Ding - Monday, June 12, 2017 9:25 AM -
1 Votes
How to bind a list names and its images on a combobox using a json string that i get from a web service?
i have done exactly what you told me but when i run the app i can see the items in the combobox?Answered | 3 Replies | 1253 Views | Created by 19karabo91 - Wednesday, October 2, 2013 7:47 AM | Last reply by 19karabo91 - Monday, October 7, 2013 12:38 PM -
3 Votes
How to bind to DataGrid ComboBox Column List<> of List<> of string, one List<string> by cell ( WPF )
With MVVM you can use the System.Windws.Interactivity-dll (from Nuget).Answered | 8 Replies | 3387 Views | Created by Tigre Pablito - Saturday, April 20, 2019 8:59 PM | Last reply by Cherry Bu - Tuesday, April 23, 2019 2:46 AM -
0 Votes
Binding combobox to local static list
You can either create a Silverlight custom control and bind it to your string outside lightswitch and then import it If I understand ...Answered | 2 Replies | 3698 Views | Created by Mrityunjay Learning - Tuesday, November 15, 2011 5:43 AM | Last reply by ADefwebserver - Saturday, November 19, 2011 4:59 AM -
1 Votes
How to bind a List<Type> as a ItemSource to ComboBox in XAML?
This is what I do when binding to a list to a combobox.Answered | 8 Replies | 61367 Views | Created by Sujitgr8 - Monday, July 19, 2010 12:34 PM | Last reply by Sujitgr8 - Friday, July 23, 2010 10:14 AM -
0 Votes
Binding ComboBox to a field of an object, where the field represents a list of strings
Hallo Yasser, TreeView does not help me here because I am forced to use a ComboBox.Answered | 3 Replies | 3830 Views | Created by Speedy G. _ - Wednesday, January 20, 2010 8:13 AM | Last reply by Yasser Zamani - Mr. Help - Wednesday, January 20, 2010 9:04 AM -
0 Votes
How to get text to display their string not the class name in the Editable Combobox(System.Windows.Controls)
Regards Yves Zhang [MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from ...Answered | 5 Replies | 6611 Views | Created by harinum,jr - Friday, May 13, 2011 10:09 AM | Last reply by Yves.Z - Monday, May 16, 2011 7:52 PM -
0 Votes
JSON Sample for Web Service
Hey AK, can you share an example of how to parse JSON from the Enter Data module?Answered | 4 Replies | 1206 Views | Created by rymoff - Friday, August 14, 2015 8:21 PM | Last reply by Jaya Mathew - Tuesday, August 18, 2015 3:20 PM -
0 Votes
Binding Combobox itemssource to List that is not part of the ListView's ItemsSource
Now the binding of you ComboBox will find the "JoinOperators" List.Answered | 6 Replies | 10738 Views | Created by WRBehning - Monday, June 11, 2012 8:12 PM | Last reply by WRBehning - Wednesday, June 13, 2012 9:49 PM -
0 Votes
In My WCF Service want post dynamic JSON string format string and response be json string format which binding can i use and any sample application for this requirement
Which binding can i use for this requirement?Answered | 1 Replies | 1366 Views | Created by MohanV - Saturday, June 25, 2016 4:25 PM | Last reply by DA924x - Saturday, June 25, 2016 5:22 PM -
0 Votes
Bind custom list to combobox
(C#, VS2010, .NET4) I think that is a good solution to use the Binding directly in XAML to solve that problem (like Chris Fo's answer).Answered | 11 Replies | 7218 Views | Created by eliassal - Wednesday, October 20, 2010 9:03 PM | Last reply by Jie Bao - Friday, October 22, 2010 5:47 AM -
0 Votes
ComboBox Display Member to String list
Hi M.Khanna, Hua provided a good sample about fetching data from database and bind the records to a ComboBox and a ListBox.Answered | 2 Replies | 5422 Views | Created by M.Khanna - Wednesday, December 16, 2009 6:32 PM | Last reply by Aland Li - Friday, December 18, 2009 9:50 AM -
2 Votes
Binding List<string> to DataGridComboBoxColumn
It still doesn;t work, and as I wrote in my first post, for each row I have different List for comboBoxes, so it can't be hardcoded in XAML.Answered | 13 Replies | 20394 Views | Created by Gorfag - Thursday, January 20, 2011 1:19 PM | Last reply by KP_SES - Thursday, January 20, 2011 4:10 PM -
2 Votes
How to create json array as a string with Object list
So unfortunately the answer is going to be specific to the JSON library you're using.Answered | 2 Replies | 660 Views | Created by Learning Rocks - Thursday, April 23, 2020 12:59 PM | Last reply by CoolDadTx - Thursday, April 23, 2020 2:00 PM -
0 Votes
Bind Combobox to List
Ivan, I know the following thread is about a ListBox, but you should be able extrapolate and just substitute the ComboBox for the ListBox in its examples.Answered | 1 Replies | 4972 Views | Created by IvanFrias - Friday, December 5, 2008 6:38 PM | Last reply by noorbakhsh - Friday, December 5, 2008 7:38 PM -
0 Votes
binding a dynamic list to combobox
Perhaps you can use Master-Detail binding approach.Answered | 2 Replies | 5444 Views | Created by DevCoder - Monday, March 8, 2010 8:26 PM | Last reply by Jim Zhou - MSFT - Tuesday, March 9, 2010 11:48 AM -
0 Votes
How to get combobox text in a string
Based on your description, you wanna all the combobox's item Text can be got in one string. so, I've done a method for you to solve the ...Answered | 7 Replies | 153915 Views | Created by prashanth_a_s - Saturday, December 25, 2010 6:55 AM | Last reply by FREEZY FAZER - Monday, October 15, 2012 11:13 AM -
0 Votes
Bind a WPF combobox and get selecteditem to a richtextbox
Hi, The reason you're getting this behavior is because the items in your combobox are binded to datarowviews of your dataset.You can just cast the ...Answered | 1 Replies | 4723 Views | Created by triple9 - Thursday, April 22, 2010 4:09 AM | Last reply by AntiDesigner - Thursday, April 22, 2010 1:41 PM -
2 Votes
How to get many comboboxes to use the SAME selection list ???
I'm using VS express, so I have to get the sample code from online.Answered | 12 Replies | 854 Views | Created by Walter Snafu - Wednesday, September 4, 2013 4:42 AM | Last reply by Kareninstructor - Thursday, September 5, 2013 2:46 PM - Items 1 to 20 of 4120765 Next ›
No announcements