Welcome to MSDN Blogs Sign in | Join | Help

February 2009 - Posts

Silverlight Datagrid add/delete operations and ObservableCollection

In my previous post,the collection I used is a List. So, each time I add a new item to the list, the itemsource of the datagrid need to be modified/reset to reflect the latest changes to the collection. Using the ObservableCollection gets this functionality
Posted by nagasr | 1 Comments

ScrollIntoView in Silverlight Datagrid

Silverlight 2.0 Datagrid ships with a very cool function known as ScrollIntoView. This function provides the functionality to bring into view (show) a particular row or column in the datagrid. I was playing with adding rows to the datagrid, and everytime
Posted by nagasr | 3 Comments

Master-detail app Using two Datagrids in Silverlight

Master Detail apps are one of the popular usages of a datagrid control. The datagrid that is shipped as part of Silverlight 2.0 RTW can be used for doing this. Coming from the client world (winforms), I wanted to try out creating a master-detail app using
Posted by nagasr | 0 Comments
 
Page view tracker