Tagged Questions

0
votes
5answers
61 views

Push common ViewModel functionality into a base class?

I'm using MVVM with Prism and Silverlight. I have multiple different views of one model. As I am writing more views their ViewModels seem to duplicate a lot of common code relate …
2
votes
3answers
224 views

ASP.NET MVC Model/ViewModel Validation

I have model classes in Linq-to-Sql with partial classes marked with data annotation attributes and a reference to xVal. When I bind a view directly to a model everything works …
0
votes
1answer
35 views

WPF Toolkit DataGrid MultiSelect with MVVM - Please Help

Hi, We're using the WPF DataGrid from the WPF Toolkit and are employing MVVM. I'm finding some challenges in using MultiSelect in MVVM and am sure that I'm just missing something …
0
votes
2answers
44 views

Getting Unity to Resolve views in XAML

I'm starting out with MVVM, and I'm starting to understand things. I'm currently experimenting with the Cinch framework, though I'm not committed to it as of yet. I was injecting t …
0
votes
2answers
87 views

Building a complex page in asp.net MVC

Hi Guys, I am currently considering the best way of building a relatively complex page in asp.net mvc. The page (and pages like it) will contain numerous 'controls' such as a shopp …
0
votes
0answers
10 views

TreeView Sync to SelectedItem in View Model

I have a ViewModel on top of a WPF TreeView control. I want the ViewModel to be able to set and read the SelectedItem from the TreeView. However, the SelectedItem property of the T …
3
votes
4answers
288 views

MVVM - Controls versus Views

I've been doing a prototype in WPF without using MVVM. It's got to such a size now that I'm refactoring it to use MVVM. When I started the project, I jumped straight in and creat …
1
vote
2answers
470 views

Silverlight DataGrid.Celltemplate Binding to ViewModel

Hi. I am in the process of implimenting the MVVC pattern and am having trouble binding a property in the viewmodel from within a DataTemplate within a datagrid. If I have a textbl …
0
votes
1answer
27 views

wpf mvvm equality

I would like to use an MVVM in a WPF project I'm working on, including the use of RelayCommands (aka DelegateCommands). I'm running into an interesting but frustration problem in i …
1
vote
5answers
120 views

MVP/MVVM - Filtering of lists, who has responsibility?

Hi, I'm implementing a wpf application which display a list of items, and provides the functionality to filter this list by typing in a textbox (quite trivial use case i think). …
1
vote
1answer
100 views

ASP.NET MVC, Model and ViewModel separation of concerns?

Hello, Lately, I've been exploring what's the best way to organize presentation layer of ASP.NET MVC application when underlying Model is complex. What came up till now is MVVM ar …
0
votes
1answer
48 views

WPF Treeview and ListBox synchronization

I have a treeview which shows a hierarchy of items where each item has a checkbox. I would like to show below the treeview a listbox with all the checked items. How to achieve such …
0
votes
1answer
66 views

binding a command to a list

Hello I have the same command that I want to use for two controls on a dialog type window. As potentially interesting background, I'm using Josh Smith's ViewModel / RelayCommand i …
1
vote
1answer
57 views

WPF items not visible when grouping is applied

Hi, I'm having this strange issue with my ItemsControl grouping. I have the following setup: <ItemsControl Margin="3" ItemsSource="{Binding Communications.View}" > < …
2
votes
2answers
118 views

WPF MVVM Unit Tests for the ViewModel?

I keep reading about the benefits of using MVVM, especially for unit testing. So, now I need to write unit tests for my ViewModel. Does anyone have any examples of this? Should I j …

1 2 3 4 next
15 30 50 per page