v1.0.0-preview4
Pre-release
Pre-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.