No announcements
Found 3030737 threads
-
0 Votes
How to work on a view control from viewmodel
>How to work on a view control from viewmodel You don't reference a view control directly from a view ...Answered | 2 Replies | 5181 Views | Created by MrFlamby - Sunday, April 26, 2015 1:46 PM | Last reply by Magnus (MM8) - Sunday, April 26, 2015 7:57 PM -
0 Votes
passing values between viewmodels
Anyway, the datacontext property contains the datacontext for the parent viewmodel, and I bind the child records using the PK value from the datacontext property.Answered | 3 Replies | 8589 Views | Created by steve-areeno - Thursday, June 3, 2010 3:28 PM | Last reply by steve-areeno - Friday, June 4, 2010 8:02 PM -
0 Votes
MVVM Bind View Details to Model Via ViewModel when a Button clicked.
I have a view usercontrol where textboxes for name, model and for year a combobox.Answered | 6 Replies | 5740 Views | Created by RAVI KUMAR G - Thursday, April 7, 2011 1:22 PM | Last reply by Sheldon _Xiao - Monday, April 11, 2011 4:04 AM -
0 Votes
One ViewModel for multiple views
Every user ViewModels implement singleton pattern, and I used the ViewModel instance to pass value between each other, is it a correct way?Answered | 4 Replies | 13995 Views | Created by Doraemon_3 - Saturday, August 10, 2013 5:18 PM | Last reply by Magnus (MM8) - Tuesday, August 20, 2013 10:49 AM -
1 Votes
Multiple Views one ViewModel
Hi Magnus, In my version, I do create a new ViewModel at each new View, even if it is not what I want do to.Answered | 5 Replies | 2268 Views | Created by Muris - Saturday, May 31, 2014 2:24 PM | Last reply by Muris - Sunday, June 1, 2014 2:26 PM -
0 Votes
How to pass Model from view to controller in MVC
I am using this script <script type="text/javascript"> $(document).ready(function () { ...Answered | 2 Replies | 1677 Views | Created by Prashantarora1106 - Wednesday, January 14, 2015 1:10 PM | Last reply by Prashantarora1106 - Wednesday, January 21, 2015 6:19 AM -
2 Votes
Help connecting VIew to ViewModel
We are setting the DataContext on the UserControl to be your ViewModel, so it now has access to all the properties that you add to the ViewModel.Answered | 7 Replies | 1568 Views | Created by Sal_S - Wednesday, December 19, 2012 3:49 AM | Last reply by bytemarq - Friday, December 21, 2012 6:38 AM -
1 Votes
B2C Authentication and Passing Credentials via Ajax
I'm having an issue passing credentials from a ASP.NET Core Web Application to an Azure function; both of which are on B2C.Answered | 3 Replies | 1532 Views | Created by Legolash2o - Sunday, March 31, 2019 3:29 PM | Last reply by Legolash2o - Wednesday, April 17, 2019 10:19 AM -
2 Votes
Open a windows form from ViewModel
Is there a way to pass the UI element from control to ViewModel?Answered | 2 Replies | 3044 Views | Created by ANREV107 - Thursday, October 8, 2015 12:15 PM | Last reply by Magnus (MM8) - Thursday, October 8, 2015 3:52 PM -
7 Votes
What should the ViewModel control?
Essentially, they are simply means for the ViewModel/Presenter to get/set data from the view.Answered | 16 Replies | 5676 Views | Created by Min Chew - Monday, November 8, 2010 3:26 AM | Last reply by Min Chew - Monday, November 15, 2010 4:03 AM -
0 Votes
Workflow, View and ViewModel... how to communicate?
What I would like to do with the Workflow to do is manage the application state and variables that can be bound directly from a WPF application, much in the same way with the ...Answered | 5 Replies | 7165 Views | Created by smatthews1999 - Sunday, November 1, 2009 3:31 PM | Last reply by Jurgen Willis - Tuesday, November 10, 2009 4:00 AM -
2 Votes
Supplying viewmodel to view constructed with container
View Injection gives you complete control, menaing that you can resolve your VM load it with data, then resolve the View, create the connection between the ...Answered | 8 Replies | 4230 Views | Created by pretzelb - Thursday, August 4, 2011 9:36 PM | Last reply by pretzelb - Tuesday, August 9, 2011 3:07 PM -
4 Votes
How to bind the viewModel to view
The problem is because you're using mvvm the view and viewmodel are decoupled.Answered | 6 Replies | 5007 Views | Created by Jhon J - Monday, January 6, 2014 4:02 PM | Last reply by Andy ONeill - Tuesday, January 7, 2014 11:32 AM -
3 Votes
Split View from ViewModel & Model with WPF application
The view, viewmodel and model go on the client.Answered | 11 Replies | 1739 Views | Created by Langalia VIpul - Wednesday, December 16, 2015 5:55 AM | Last reply by Andy ONeill - Friday, December 25, 2015 10:27 AM -
0 Votes
ViewModel First with nested ViewModels and nested Views
Hi jbanderson, I've used view first, viewmodel first and all sorts of variations I prefer view first.Answered | 2 Replies | 5985 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
Set ViewModel property from View
Hi all I'm looking for a way to set a ViewModel property from the View XAML based on an event.Answered | 1 Replies | 7356 Views | Created by Gian Paolo Santopaolo - Software Lab - Thursday, March 8, 2012 8:18 AM | Last reply by Chuck Hays - Thursday, March 8, 2012 1:39 PM -
0 Votes
Passing ViewModel From View To Controller Via ajax
Thank you for delivering your point of view clearly through your post.Answered | 4 Replies | 1646 Views | Created by Anonymous - Sunday, August 9, 2020 1:56 AM | Last reply by Anonymous - Monday, August 10, 2020 4:57 PM -
0 Votes
Updating ViewModel & View from background thread.
I suspect the reason is the amount of work it goes through when rendering the controls.Answered | 4 Replies | 2721 Views | Created by ShrishailHalijol - Wednesday, October 9, 2013 6:07 PM | Last reply by Mr. Javaman II - Friday, October 11, 2013 3:10 AM -
1 Votes
accessing observable collection defined in one viewmodel from another viewmodel
When we create a sub window in the main window for editing/viewing the data, creating the corresponding VM for the sub windows with the esisting DetaModel as tillias's said.Answered | 2 Replies | 6550 Views | Created by parag medsinge - Tuesday, January 25, 2011 10:58 AM | Last reply by Jie Bao - Wednesday, January 26, 2011 7:44 AM -
2 Votes
how access the viewmodel of a new view
The DataContext property of the view is your viewmodel.Answered | 5 Replies | 543 Views | Created by fabianus76 - Tuesday, March 1, 2016 2:10 PM | Last reply by fabianus76 - Wednesday, March 2, 2016 6:14 AM - Items 1 to 20 of 3030737 Next ›
No announcements