No announcements
Found 352537 threads
-
0 Votes
Bind xml to treeview control in wpf, mvvm
http://www.codeproject.com/Articles/26288/Simplifying-the-WPF-TreeView-by-Using-the-ViewModeAnswered | 4 Replies | 4640 Views | Created by Ramana Bellary - Monday, November 18, 2013 4:27 AM | Last reply by Terrence-Jones - Thursday, November 21, 2013 7:39 AM -
0 Votes
Binding DataGrid to empty DataTable
But I can simply set AGC to false and use a foreach to add the grid columns corresponding to the DataTable columns myself.Answered | 8 Replies | 12883 Views | Created by The Dag - Wednesday, September 1, 2010 8:15 AM | Last reply by Shaji Kunjumon - Friday, December 10, 2010 7:34 AM -
1 Votes
Binding any XML document to WPF TreeView
<HierarchicalDataTemplate.ItemsSource> <Binding XPath="child::node()" /> ...Answered | 2 Replies | 25957 Views | Created by Boris Kleynbok - Thursday, May 28, 2009 8:57 PM | Last reply by Boris Kleynbok - Wednesday, June 3, 2009 2:01 PM -
1 Votes
How to bind a datagrid with datatable in wpf ?
If DataGrid is in a Panel (for example) then you could use Panel.DataContext = <dataTable> and the grid would automatically use the Context of its parent control.Answered | 9 Replies | 4550 Views | Created by Amal E S - Monday, May 21, 2012 5:55 AM | Last reply by Sheldon _Xiao - Monday, June 4, 2012 7:02 AM -
0 Votes
Datatable binding in silverlight datagrid
Hi you can refer following links for diffrent ways of binding data to gridview in ...Answered | 2 Replies | 12068 Views | Created by sudhir28 - Wednesday, June 2, 2010 8:13 AM | Last reply by Sathisha N.M - Wednesday, February 1, 2012 6:41 AM -
2 Votes
How to Display data in treeview from DataBase?
And we have to bind the images for the treeview.Answered | 8 Replies | 6258 Views | Created by Kanapala Sarath Chandra - Wednesday, May 20, 2009 5:32 AM | Last reply by Tao Liang - Wednesday, May 27, 2009 3:02 AM -
0 Votes
Combobx SelectedItem binding.
Or you could set or bind the SelectedValue to an int.Answered | 3 Replies | 767 Views | Created by Pavan Nanduri - Wednesday, September 14, 2016 11:58 AM | Last reply by Magnus (MM8) - Saturday, September 17, 2016 4:00 PM -
1 Votes
Need guidance on how to proceed with TreeView and DataGridView binding
(1)You can use datatable to save the data about Treeview nodes, and display the data by DataGridView.Answered | 2 Replies | 2168 Views | Created by at0kelvin - Monday, July 15, 2013 10:35 AM | Last reply by at0kelvin - Friday, July 19, 2013 12:01 AM -
1 Votes
How to Bind two DataTables to a Combobox ?
Then bind the selectedValue property to the Person table.Answered | 5 Replies | 5039 Views | Created by Murat YILDIZ - Thursday, December 24, 2009 1:02 PM | Last reply by Murat YILDIZ - Thursday, December 31, 2009 7:02 PM -
2 Votes
HOw to dynamically bind XML data to WPF Treeview
Hey My code is working now...I tried by creating a class objects and bind that to TreeView...I will try the above code..now I got to know how it works..Thanks for your time..I really ...Answered | 12 Replies | 11668 Views | Created by CP_MS - Monday, April 5, 2010 10:16 AM | Last reply by CrazyTasty - Monday, April 9, 2012 4:07 PM -
1 Votes
Binding Recursive Data to TreeView
Windows form treeview Discussion inAnswered | 2 Replies | 12378 Views | Created by Elham Sarikhani - Thursday, June 19, 2008 8:12 AM | Last reply by Ed Price - MSFT - Sunday, May 13, 2012 3:54 AM -
0 Votes
.NET WinForm - How to bind TreeView to XML on internet?
Hi, As far as I can see, it can not be bound directly , you might need to put the content of the file into a bindable object , and bind the menu to it.Answered | 3 Replies | 3074 Views | Created by Lukas Malik - Thursday, September 3, 2009 5:16 PM | Last reply by Harry Zhu - Monday, September 21, 2009 2:33 AM -
0 Votes
Binding path and Datatable column changing event not working
{ DataSet ds = new DataSet(); public Window1() { InitializeComponent(); } private void Window_Loaded(object sender, ...Answered | 5 Replies | 4142 Views | Created by c_manboy - Tuesday, May 26, 2009 11:36 PM | Last reply by Tao Liang - Monday, June 1, 2009 5:09 AM -
0 Votes
TreeView
By Doing this, the TreeView will expand to all the space of its container.Answered | 3 Replies | 4581 Views | Created by Isaac Katzav - Thursday, July 16, 2009 2:47 PM | Last reply by Jim Zhou - MSFT - Wednesday, July 22, 2009 8:45 AM -
0 Votes
How to: Binding Treeview to XML based on Element's value
\List.xml"; public MainWindow() { InitializeComponent(); var fileStream = File.OpenRead(_filePath); var serializer = new ...Answered | 2 Replies | 4539 Views | Created by georgere - Monday, March 14, 2011 3:45 AM | Last reply by Bigsby - Monday, March 14, 2011 11:43 AM -
0 Votes
How to Bind TreeView to XML in CurrentItem in CollectionView
Now my only issue is not being able to see data in the TreeView control.Answered | 5 Replies | 5908 Views | Created by swade30 - Thursday, June 9, 2011 6:13 PM | Last reply by Sheldon _Xiao - Saturday, June 18, 2011 4:31 AM -
0 Votes
How to sort a combobox binded to an datatable in wpf
hello I have some comboboxes that are binded to some fields in a datatable is it possible to sort each single combobox without soting the ...Answered | 1 Replies | 3607 Views | Created by marck68 - Friday, April 3, 2009 10:16 AM | Last reply by Khanna Gaurav - Friday, April 3, 2009 10:55 AM -
1 Votes
datatable bind to datagridview
i would like to ask if it is possible to bind around 20000 records to datagridview, or any other method will be better to handle??Answered | 7 Replies | 4611 Views | Created by --_-- - Tuesday, September 28, 2010 9:10 AM | Last reply by Jing0 - Tuesday, October 5, 2010 5:25 AM -
1 Votes
binding an object property to combobox selectedItem and binding the itemsSource to a different dataTable
Check out the documentation of the Binding class.Answered | 10 Replies | 12997 Views | Created by jmanier - Thursday, May 6, 2010 2:12 PM | Last reply by jmanier - Monday, May 10, 2010 5:56 PM -
0 Votes
Binding Datagrid Column 1 data to DataTable.
If you want to show only one of two columns dt.Columns(0).ColumnMapping =MappingType.Hidden This causes the DataTable to show only one column in the ...Answered | 1 Replies | 589 Views | Created by ID GO - Thursday, September 3, 2015 11:10 AM | Last reply by Kareninstructor - Thursday, September 3, 2015 12:00 PM
No announcements