Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 57 results for
mvvm
- Page 1
Re: MVVM & MVC
Programming
Software Development
13 Years Ago
by surajrai
… will be good. But these patterns namely MVC,
MVVM
are often used only for big architecture because it is … will be able to figure out for your game whethr
MVVM
ok or not. There is a good msdn article.. [url…
Re: MVVM & MVC
Programming
Software Development
13 Years Ago
by gusano79
[QUOTE=galhajaj;1727389]Hi :)i heard about
mvvm
& mvc design pattern but when i search for them ….NET. [URL="http://en.wikipedia.org/wiki/Model_View_ViewModel"]
MVVM
= Model/View/ViewModel[/URL] This one is much more closely…
MVVM & MVC
Programming
Software Development
13 Years Ago
by galhajaj
… contain a lot of windows and views i heard about
mvvm
& mvc design pattern but when i search for them…
Some general questions about using MVVM with WPF
Programming
Software Development
9 Years Ago
by zachattack05
…only really used WinForms in the past, and
MVVM
and WPF are new to me. For …those who use
MVVM
with WPF, do you actually make separate directories…an abstract idea? I fundamentally understand what the
MVVM
process does, I just don't completely understand…t see how this can be done with
MVVM
, unless there is a LOT of extra code…
C#, WPF, MVVM-Can someone help me out pls
Programming
Software Development
14 Years Ago
by CrazyProgrammer
… a question involving the use of
MVVM
. [BACKGROUND DETAILS] I'm using C#, WPF and
MVVM
Im using the templates provide in…://msdn.microsoft.com/en-us/magazine/dd419663.aspx#id0090102"]
MVVM
article[/URL] [MY QUESTION] I have created a new View…
Re: Some general questions about using MVVM with WPF
Programming
Software Development
9 Years Ago
by ddanbe
… your subject. [Article1](http://www.codeproject.com/Tips/784331/WPF-
MVVM
-Validation-ViewModel-using-IDataErrorInfo). [Article2](http://www.codeproject.com/Articles…/98681/Validating-User-Input-WPF-
MVVM
). You can write a complete WPF application without using XAML…
Re: Some general questions about using MVVM with WPF
Programming
Software Development
9 Years Ago
by zachattack05
ddanbe, I was only using validating user input as an example, but was more interested in the overall process of
MVVM
and how it is actually implemented.
Binding WPF-MVVM Context
Programming
Software Development
14 Years Ago
by CrazyProgrammer
… place it or what not. I understand the concept of
MVVM
i just cant seem to work out how to bind…
WPF-DataGrid and SubDataGrid using MVVM
Programming
Software Development
11 Years Ago
by KushMishra
Dear All, I have written some logic using
MVVM
pattern and tried to show a sub-datagrid in each …
Dynamic Datagrid Columns based on collection[MVVM]
Programming
Software Development
8 Years Ago
by akhil_3
…. Please see the following image.Also I want to follow
MVVM
pattern. 
Re: C#, WPF, MVVM-Can someone help me out pls
Programming
Software Development
14 Years Ago
by CrazyProgrammer
Or another way to look at my question (soz just thought of it) is how do I link the search command in the SearchViewModel to the bottom, not the wpf command={Binding... part I mean so that I can access it, in otherwords how do I [B]expose[/B] the "SearchCommand" command
Re: Binding WPF-MVVM Context
Programming
Software Development
14 Years Ago
by abelLazm
Follow [URL="http://stackoverflow.com/questions/5700558/how-can-i-bind-nested-viewmodels-from-view-to-controller-in-mvc3"]this link[/URL] and [URL="http://www.codeproject.com/KB/WPF/WpfMvvmQuickStart.aspx"]this link[/URL] and [URL="http://msdn.microsoft.com/en-us/magazine/dd419663.aspx"]this link[/URL]
Re: WPF-DataGrid and SubDataGrid using MVVM
Programming
Software Development
11 Years Ago
by Ketsuekiame
Well, you need to bind your checkbox to something like an `MarkForDelete` on the thing you want to delete. When you click on Delete, iterate through all the data and filter out based on this flag. Delete as required. On the last point, you could set your datagrid into edit mode when you click, then pick up the OnKeyPressed event and check for the …
Re: WPF-DataGrid and SubDataGrid using MVVM
Programming
Software Development
11 Years Ago
by KushMishra
hi Ketsuekiame, Could you please ellaborate by giving some code snippets or adding to my code ?
Re: WPF-DataGrid and SubDataGrid using MVVM
Programming
Software Development
11 Years Ago
by KushMishra
I am done with the expander and edit button functionalities (point numbers 1 and 3) however I'm still struggling with the checkbox thing. Could someone please help me out of this ?
Re: WPF-DataGrid and SubDataGrid using MVVM
Programming
Software Development
11 Years Ago
by KushMishra
Can someone please help me ???
Re: WPF-DataGrid and SubDataGrid using MVVM
Programming
Software Development
11 Years Ago
by Ketsuekiame
Not exactly sure what you're struggling with...Bind the checkbox to a boolean on your model and check the result when you save.
Re: WPF-DataGrid and SubDataGrid using MVVM
Programming
Software Development
11 Years Ago
by KushMishra
Hi, I found the solution on my own but thanks for the suggestions anyways, they may help me in the future :)
Re: Dynamic Datagrid Columns based on collection[MVVM]
Programming
Software Development
8 Years Ago
by rproffitt
That's pretty light in detail. Folk would have to guess this is some Windows app or could it be a C# responder to a web query with the data in some SQL database? Also, what is "effectively?" For most folk that means "it works." Or in Pokemon, you use "this" because "it's super effective." In other …
What is a model.cs file?
Programming
Software Development
14 Years Ago
by complete
…? I have heard that it looks like the
MVVM
design pattern. Will
MVVM
design pattern produce this sort of configuration in the…
Dynamically load and use wpf usercontrols
Programming
Software Development
16 Years Ago
by gabs
Hi! I'm trying to create a WPF application using
MVVM
design pattern. I'd like to create a window with …
WPF/C# Binding
Programming
Software Development
13 Years Ago
by CrazyProgrammer
… then where? Thanks All. ~A programmer slowly Getting Annoyed at
MVVM
how to save the new items added in the text box in a listbox
Programming
Software Development
13 Years Ago
by albana
…, im working in a address book application, i have implemented
MVVM
,in the main window i have a list box and…
Wpf Wcf Application
Programming
Software Development
13 Years Ago
by codex89
Hi Guys.I am developing a transport management system in wpf using
mvvm
pattern.Its a distributed software and i have heard that i would have to use Wcf.Are there any alternatives or is there any need of using Wcf?
Silverlight please wait window
Programming
Software Development
10 Years Ago
by Mike Askew
… what I am doing wrong? Fairly new to silverlight and
MVVM
and the code was based off existing code I had…
Is using static user controls in WPF efficient?
Programming
Software Development
9 Years Ago
by goody11
I am just starting a new WPF project using
MVVM
as a general guideline. The application will have a ribbon; …
How to use my undo/redo bottom from my other view?
Programming
Software Development
4 Years Ago
by foumzeur
…; import main.Start; import model.CardModel; import model.ColumnModel; import
mvvm
.ColumnViewModel; import view.TrelloView; import static Commands.Command.pivot; public…
Android Native - How to use UseCases
Programming
Mobile Development
3 Years Ago
by dimitrilc
….1 Patch 3**. ## Prerequisite Knowledge ## 1. Intermediate Android. 2. Basic
MVVM
architecture. 3. StateFlow. ## Project Setup ## To follow along with the…
Android Native - How to use RemoteMediator
Programming
Mobile Development
3 Years Ago
by dimitrilc
….1.1 Patch 3**. ## Prerequisite Knowledge ## 1. Intermediate Android. 2.
MVVM
. 3. Hilt. 4. Kotlin Flow. 5. Retrofit. 6. Moshi. 7…
1
2
Next
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC