Contents tagged with Silverlight
-
Advantage of MVVM
- Separation of concerns
- Data Binding
- Unit Test
- Designer Vs developer integration
- Easy to change UI
- Easily can integrate with multiple platform like Windows Mobile,Web,Desktop -
Deselect first row on gridview onload
I had situation to deselect the first gridview row on load and came to know IsSynchronizedWithCurrentItem on Gridview should able to that but some how i missed on gridview.
-
Silverlight hierarchy gridview with MVVM
Since few days i have been struggling to bind a gridview from a simple WCF async call.
Following article look promising…