Keith's Blog

Insights on testing, Silverlight, and other stuff

October, 2009

Posts
  • Keith's Blog

    Making multiple selection in a DataGrid bindable

    • 6 Comments
    A customer recently asked how to change the selection of a row in the Silverlight 3 DataGrid based on the values of the columns. The brief answer is to add an event handler for LoadingRow and call dataGrid.SelectedItems.Add(e.Row.DataContext), but the...
Page 1 of 1 (1 items)