From 4fc691872e3ec94a199774cc65d00e759d55a78b Mon Sep 17 00:00:00 2001 From: DianeXceed <29433908+DianeXceed@users.noreply.github.com> Date: Fri, 15 Feb 2019 11:07:40 -0500 Subject: [PATCH] Updated Advanced DataGrid (markdown) --- Advanced-DataGrid.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Advanced-DataGrid.md b/Advanced-DataGrid.md index 6153c5b..995321e 100644 --- a/Advanced-DataGrid.md +++ b/Advanced-DataGrid.md @@ -23,9 +23,12 @@ The advanced version of the DataGrid includes the following additional features: * [Asynchronous Binding Mode](#asynchronous-binding-mode) * [Flexible Row](#flexible-row) * [Spanned Cells](#spanned-cells) +* [Themes](#themes) +* [Group Selection](#group-selection) * [Search Control](#search-control) * [Advanced Filtering](#advanced-filtering) * [Stats Editor Control](#stats-editor-control) +* Latest Features (v6.2 and up) ### Master / Detail View @@ -147,9 +150,17 @@ The datagrid has automatic and manual cell merging capabilities. Cells with iden [[Advanced DataGrid_spannedcells.png]] +### Themes + +Includes more great themes, like Aero, XP (Blue, Olive, Silver), Royale, Classic, Zune, MediaPlayer11, Glass and LiveExplorer. + +### Group Selection + +Automatically select the group content only by clicking on the header. + ### Search Control -The SearchControl provides powerful search capabilities with an intuitive UI. +The SearchControl provides powerful search capability, providing end-users with an easy to use UI for finding items in the datagrid's cells. Users can search forwards or backwards, and use keyboard shortcuts. Works with Master/Detail views, collapsed groups, and also with data virtualization enabled. ### Advanced Filtering @@ -157,4 +168,4 @@ An Excel-like advanced filtering functionality is available when using auto filt ### Stats Editor Control -The StatsEditorControl gives the user the ability to view, add, edit and remove the statistics displayed in a StatRow. +A Stats Editor Control which gives the user the ability to view, add, edit and remove the statistics displayed in StatRows.