No announcements
Found 1192394 threads
-
0 Votes
Nested User Controls and Binding
Could you simply not bind the DateTime property in your view model to the Datacontext of your ...Answered | 4 Replies | 8753 Views | Created by Rick Frank - Thursday, July 7, 2011 8:54 PM | Last reply by Sheldon _Xiao - Tuesday, July 12, 2011 7:53 AM -
0 Votes
Nested Binding Sources and DataGridView
Just want to make sure you are only using the BindingSource objects as the datasources for all controls.Answered | 5 Replies | 1897 Views | Created by JaedenRuiner - Thursday, March 24, 2016 9:12 PM | Last reply by Moonlight Sheng - Friday, April 1, 2016 7:50 AM -
0 Votes
Binding to nested property
It did it in the initial binding but I guess it doesn't on the OnPropertyChanged().Answered | 3 Replies | 3608 Views | Created by JGMiller - Tuesday, September 22, 2009 2:24 PM | Last reply by hbarck - Tuesday, September 22, 2009 6:39 PM -
4 Votes
Wpf binding nested enitities
You cannot raise the PropertyChanged event for the nested properties Family and Family.FamilyName from the view model class.Answered | 6 Replies | 1704 Views | Created by M.Shim - Tuesday, June 17, 2014 9:27 PM | Last reply by M.Shim - Thursday, June 19, 2014 11:38 AM -
0 Votes
Path enumeration or nested set model
Hi , In addition, each model has pros and cons.Answered | 3 Replies | 8944 Views | Created by netdev11 - Monday, June 20, 2011 5:34 AM | Last reply by Uri Dimant - Wednesday, June 22, 2011 5:51 AM -
0 Votes
Does a Nested Set Model defy Normalization?
Nested sets is fully normalized.Answered | 5 Replies | 2364 Views | Created by .bs0d - Friday, November 22, 2013 2:24 PM | Last reply by --CELKO-- - Sunday, November 24, 2013 4:02 PM -
0 Votes
[XAML] Binding Nested ListView
If you want to display the addresses of each EventsEventPlayer, you could bind to the property that returns the addresses directly since the DataContext of an item in the ListView that ...Answered | 7 Replies | 1338 Views | Created by Vagelis Dermos - Sunday, July 3, 2016 3:14 PM | Last reply by Thanik - Sunday, July 31, 2016 4:34 PM -
0 Votes
Cannot bind value to the nested property in WPF application.
to the parent property: // Top level control public class MyControl : Control { public string TopLevelTestProperty { ...Answered | 6 Replies | 1535 Views | Created by VigneshKumar R - Wednesday, May 18, 2016 11:24 AM | Last reply by Magnus (MM8) - Thursday, May 19, 2016 4:24 PM -
0 Votes
Can nested value in Custome Controls be set via Template Binding
I also found a series of vidoes by Jesse Liberty of Microsoft on the topic of Skinnable Custom Controls -Answered | 3 Replies | 4734 Views | Created by Craigton - Thursday, April 23, 2009 5:57 PM | Last reply by Craigton - Saturday, April 25, 2009 7:57 AM -
1 Votes
Bind WPF to DSL Model
Now, I stuck at the point to bind the WPF control to the DSL model (Farm).Answered | 2 Replies | 5920 Views | Created by schoggibob - Friday, November 18, 2011 1:41 PM | Last reply by schoggibob - Monday, November 21, 2011 1:46 PM -
1 Votes
how do I bind a control to a nested collection
If you want to get at that property, you're probably going to have to give the MyUserControl a name (or use a RelativeSource binding), then {Binding ...Answered | 6 Replies | 4777 Views | Created by JB90125 - Friday, May 20, 2011 12:09 AM | Last reply by Yves.Z - Sunday, May 29, 2011 4:12 AM -
0 Votes
ViewModel First with nested ViewModels and nested Views
You can bind the content of a contentcontrol to a property which gives it an instance of xxViewModel or you can define the content of an item in an itemscontrol.Answered | 2 Replies | 5278 Views | Created by jbanderson - Wednesday, December 9, 2015 4:04 AM | Last reply by Andy ONeill - Friday, December 11, 2015 10:25 AM -
0 Votes
Model Binding with a Nested Control
A new ModelType property has been added to the data controls, and this allows you to specify the type of object that is bound to the control.Unanswered | 3 Replies | 41 Views | Created by Anonymous - Wednesday, May 4, 2016 2:58 PM | Last reply by Anonymous - Wednesday, May 11, 2016 10:54 AM -
1 Votes
mvc 4 model binding
I have 3 models that I use to bind to a form. the models are as follows public class ParentModel { public string name { ...Answered | 1 Replies | 1619 Views | Created by Ernie de Bruin - Sunday, December 29, 2013 7:51 PM | Last reply by Caillen - Monday, December 30, 2013 7:58 AM -
0 Votes
Databinding using ObjectDataProvider only once and with nested classes
1) Use DataContexts: create one project object in main window, then assign it to each control as DataContext.Answered | 1 Replies | 4081 Views | Created by Jan van de Pol - Thursday, July 31, 2008 2:33 PM | Last reply by Ilya Margolin - Sunday, August 3, 2008 10:13 AM -
0 Votes
Binding to a subtree of the domain model in the wpf minimal designer
I can't just bind to the model relationship collection because I have mutliple collections in a subtree.Answered | 5 Replies | 5325 Views | Created by jdippa - Wednesday, August 11, 2010 2:19 AM | Last reply by jdippa - Monday, August 30, 2010 9:40 AM -
1 Votes
How can I binding to the list in to the model (MVVM)
You've decided to bind a list to a control which is designed to deal with a single thing.Answered | 8 Replies | 461 Views | Created by C3YHUN - Wednesday, September 30, 2015 11:32 AM | Last reply by Magnus (MM8) - Thursday, October 1, 2015 2:40 PM -
0 Votes
'bind' in base.js is not supported when bing a nested array to ListView template
Nested templates are not supported (which is what this would take to bind automatically) however you could provide a custom renderer to draw your data.Answered | 6 Replies | 3274 Views | Created by Jiankui - Thursday, April 19, 2012 8:30 AM | Last reply by Jeff Sanders - Wednesday, April 25, 2012 1:32 PM -
0 Votes
Nested lists
Showing a List of Models for the selected Brand.Answered | 1 Replies | 1063 Views | Created by macthestack - Sunday, April 14, 2013 8:23 AM | Last reply by Huy Nguyen MSFT - Monday, April 15, 2013 4:50 PM -
0 Votes
nesting user controls in VB Express
I have modified the way my user controls work by splitting into two, still with nested controls, using an extra common property to pass information ...Answered | 5 Replies | 535 Views | Created by Gogger1 - Monday, July 14, 2014 6:34 PM | Last reply by Carl Cai - Tuesday, July 22, 2014 9:07 AM - Items 1 to 20 of 1192394 Next ›
No announcements