views:

50

answers:

0

I need not:

  • sorting
  • filtering
  • grouping
  • column headers
  • row headers

I need:

  • Just 7 buttons(each a weekday) over the data matrix data
  • Scrollable data matrix
  • editable
  • row AND columns resizeable

I decided to choose this:

  • A Scrollviewer with a Grid with several Gridsplitter and a Itemscontrol.
  • Implement IEditableObject into my ViewModel + IsSelected property to get the selected Item

Do you think that can work? or you have any advice/hint for this adventure?