(X) Hide this
    • Login
    • Join
      • Generate New Image
        By clicking 'Register' you accept the terms of use .
        Login with Facebook

Search in News

Go
Today | Past 7 days | Past 30 days | Past 12 months | All
 
2 posts tagged with mvvm

Want better search results?  See our search tips!


  • Quick tip: Adding objects in resources

    0 comments  /  posted by  Silverlight Show  on  Sep 20, 2011 (1 day ago)
    Read original post by Laurent Bugnion at GalaSoft If you are using MVVM-Light style ViewModel creation (often referred to as “view-first”), you might have noticed that you cannot build if you have an object in the view’s resources. 


  • 0 comments  /  posted by  Silverlight Show  on  Sep 17, 2011 (3 days ago)
    Tags:   mvvm , asim-sajjad
    Read original post at Asim Sajjad's Blog In my post "Get SelectedItems From DataGrid Using MVVM In Silverlight " I have used command and triggers to get the selected items of the datagrid control. Here we will get the selected item of the data grid control without using the command and trigger. Here we will use the PagedCollectionView to get the selected items. So that we can remove the use of the ...