Suresh Behera

The Microsoft .Net Junkies

News

Blogroll

Reading

Browse by Tags

All Tags » Silverlight (RSS)
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. Mean while below one should work void gvMain_RowLoaded( object sender, RowLoadedEventArgs...
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… http://blogs.telerik.com/vladimirenchev/posts/09-10-16/how_to_silverlight_grid_hierarchy_load_on_demand_using_mvvm_and_ria_services...
More Posts