Skip to content

v1.0.0-preview4

Pre-release
Pre-release
Compare
Choose a tag to compare
@w-ahmad w-ahmad released this 26 Mar 21:47
· 128 commits to main since this release
  • AutoGenerateColumns is here like the most grid controls has and turned on by default. To turn it off set AutoGenerateColumns = false.
  • Export options are turned off by default to turn them on you can set ShowExportOptions = true.
  • Exposed to methods to implement custom export feature.
    GetAllRowsContent(bool includeHeaders, char separator)
    GetSelectedRowsContent(bool includeHeaders, char separator)
  • improvements to check for open flyouts on cell focus lost.
  • fixes some issues where keyboard accelerators where no working properly.