No announcements
Found 1329337 threads
-
0 Votes
Data binding with ObservableCollection and CollectionViewSource
ObservableCollection is not working correctly in Build bits.Answered | 9 Replies | 10979 Views | Created by anacrisan - Monday, September 19, 2011 2:24 PM | Last reply by HeToC - Sunday, November 6, 2011 5:32 PM -
1 Votes
Binding CollectionViewSource to XML data
I've added the reference to my web service, then I added some controls from the data source onto my MainWindow, which created the data bindings as far as I ...Answered | 2 Replies | 916 Views | Created by lesergeur - Wednesday, August 13, 2014 7:01 PM | Last reply by lesergeur - Wednesday, August 13, 2014 9:22 PM -
0 Votes
CollectionViewSource Question
>Can I have in XAML a CollectionViewSource with a source of WidgetsOC where Active==true You can't specify the filtering logic in the XAML markup but you can hook up an ...Answered | 2 Replies | 566 Views | Created by 7VN - Tuesday, March 8, 2016 1:20 AM | Last reply by Magnus (MM8) - Tuesday, March 8, 2016 9:45 PM -
0 Votes
Potential Bug: WP8.1 updating CollectionViewSource data
Maybe you can expose the CollectionViewSource from your view model directly?Answered | 1 Replies | 572 Views | Created by Mark Turnbull (XD) - Monday, August 11, 2014 11:56 AM | Last reply by Robin Sedlaczek - Monday, August 11, 2014 1:49 PM -
0 Votes
Binding a CollectionViewSource to the RibbonComboBox
CollectionViewSource is supposed to encapsulate all of this in one object.Answered | 5 Replies | 7295 Views | Created by Isaac Abraham - Wednesday, December 1, 2010 3:39 PM | Last reply by Jie Bao - Friday, December 10, 2010 9:57 AM -
0 Votes
problem with CollectionViewSource data binding, BindingListViewCollection.SourceCollection gives weird result
0 _ Select o Me.OrderData = New OrdersCollection(orders, db) Me.MasterViewSource = CType(Me.FindResource("MasterView"), ...Answered | 3 Replies | 4041 Views | Created by mrabooode - Saturday, December 18, 2010 10:04 PM | Last reply by Sheldon _Xiao - Wednesday, December 22, 2010 6:09 AM -
0 Votes
Is it possible to Update CollectionViewSource automatically?
This event tells the binding engine that the source has changed so that the binding engine can update the target value.Answered | 2 Replies | 877 Views | Created by craig91 - Sunday, February 15, 2015 7:24 PM | Last reply by Herro wong - Thursday, February 26, 2015 5:22 AM -
0 Votes
Putting CollectionViewSource in App.xaml
. // // Parameters: // args: // Event data for the event.Answered | 3 Replies | 2871 Views | Created by InLocoAbsentia - Friday, November 2, 2012 1:33 AM | Last reply by ForInfo - Friday, November 2, 2012 3:25 PM -
1 Votes
binding to an observablecollection using XAML
I thought that ObservableCollection supports the INotifyPropertyChanged Interface, so why can't I bind directly to it like I bind to dependency properties?Answered | 5 Replies | 9335 Views | Created by Bernd van Velsen - Friday, May 15, 2009 7:12 AM | Last reply by Simon.R - Tuesday, May 26, 2009 9:49 AM -
0 Votes
Binding to properties on ObservableCollection problem
The binding does not fail as I do see a zero in the column as opposed to nothing.Answered | 7 Replies | 4140 Views | Created by t ssw - Sunday, December 13, 2009 11:18 PM | Last reply by Matt Searles - Thursday, December 17, 2009 12:09 AM -
0 Votes
How to bind DataGrid to ObservableCollection and make it dynamic
You query the data through your context and basically get a snapshot of the data.Answered | 3 Replies | 646 Views | Created by VoVoTT - Thursday, July 2, 2015 4:49 AM | Last reply by VoVoTT - Friday, July 3, 2015 6:16 AM -
0 Votes
CollectionViewSource not updating - following DataBindingLab sample
MainWindow.xaml <Window.Resources> <CollectionViewSource x:Key="listingDataView" ...Answered | 4 Replies | 2614 Views | Created by whyatt - Thursday, July 12, 2012 6:16 PM | Last reply by Pete Laker - Thursday, July 12, 2012 11:12 PM -
3 Votes
[WPSL][C#]SortDescriptions was not found in CollectionViewSource
I want to use CollectionViewSource for sorting data.Answered | 3 Replies | 779 Views | Created by Pizhon - Thursday, May 7, 2015 2:25 PM | Last reply by Pizhon - Friday, May 8, 2015 8:40 AM -
11 Votes
Sort contents of CollectionViewSource
Lukas F is right, adding LINQ statement or Lambda to source statement to filter surreptitiously disables two way binding.Answered | 19 Replies | 16972 Views | Created by Jamie Thomson - Friday, December 2, 2011 8:50 AM | Last reply by Ben - GGT - Wednesday, June 25, 2014 9:55 AM -
2 Votes
Binding to CollectionViewSource, CurrentItem doesnt change
However are you able to explain why it didnt work on the CollectionViewSource?Answered | 5 Replies | 5513 Views | Created by Miasma - Monday, November 8, 2010 9:42 AM | Last reply by Miasma - Tuesday, November 9, 2010 11:42 PM -
1 Votes
How to bind CollectionViewSource ListView.ItemsSource in code-behind?
Hi, CollectionViewSource childCollection = new CollectionViewSource(); childCollection.Source = Children; Binding ...Answered | 3 Replies | 15082 Views | Created by wpchen - Tuesday, June 22, 2010 8:18 PM | Last reply by jaskiran sur - Thursday, February 2, 2012 11:12 PM -
0 Votes
How to bind to one element of ObservableCollection??
So, assign QuizOptions only once in definition, public ObservableCollection<Kana> QuizOptions { get; private set; ...Answered | 4 Replies | 555 Views | Created by George_Fung - Sunday, March 18, 2018 3:34 AM | Last reply by FEC-4RP - Wednesday, March 21, 2018 7:16 AM -
1 Votes
WPF reverse Listview using CollectionViewSource
Bjorn, thanks. but in this requirement, it should not be any property on which i sort it. that i have achieved through CollectionviewSource.Answered | 6 Replies | 7597 Views | Created by kamlendra - Wednesday, January 25, 2012 9:55 AM | Last reply by Jie Bao - Friday, January 27, 2012 2:54 AM -
0 Votes
ObservableCollection Binding in WPF
"I expected that ObservableCollection's implementation of INotifyCollectionChanged would enable the binding to update the ListBox after each addtion, but that's not ...Answered | 2 Replies | 4474 Views | Created by jphiggs - Monday, October 11, 2010 5:17 PM | Last reply by jphiggs - Tuesday, October 12, 2010 2:37 AM -
1 Votes
CollectionViewSource does not start at null
I'm binding my ListView to a CollectionViewSource and settings its Source to my ObservableCollection.Answered | 12 Replies | 8053 Views | Created by Jan Kučera - Friday, August 24, 2007 11:01 AM | Last reply by Rulin Hong - Tuesday, May 7, 2013 3:59 PM - Items 1 to 20 of 1329337 Next ›
No announcements