Insire / MvvmScarletToolkit

MvvmScarletToolkit is a personal project and framework to speed up the development process of xaml based applications using the viewmodel first approach

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide Extensions for common datagrid functionality

Insire opened this issue · comments

  • add UI Extension(behavior?) and ViewModel for Grouping arbitary data bound in a Wpf-Datagrid
  • support grouping via drag and drop
  • add UI Extension(behavior?) for hiding and showing Columns in a Wpf-DataGrid (+ maybe saving that state)
  • add UI Extension to add a summary row?
  • add Extension to export contents of data grid to MS Excel, CSV, JSON and XML - maybe HTML too?
  • add Extension to copy contents from DataGrid into the clipboard
  • add Filtering support - default filters?, -multi filters?