You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/05 UI Components/CardView/00 Overview/10 Key Features.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,16 @@ CardView supports screens of all sizes. To adapt the component to your needs, yo
11
11
You can configure [header filters](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/headerFilter.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/headerFilter/') or the [filter panel](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/filterPanel.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/filterPanel/') to allow users to filter CardView data. The component also supports [sorting](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/sorting.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/sorting/') by single or multiple fields and [searching](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/searchPanel.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/searchPanel/').
12
12
13
13
-**Selection**
14
-
CardView supports single and multiple card [selection](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/selection.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/selection/'). You can enable selection options such as [checkboxes](/Documentation/ApiReference/UI_Components/dxCardView/Configuration/selection/#showCheckBoxesMode) and [selection of all cards](/Documentation/ApiReference/UI_Components/dxCardView/Configuration/selection/#allowSelectAll).
14
+
CardView supports single and multiple card [selection](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/selection.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/selection/'). You can enable selection options such as [checkboxes](/api-reference/10%20UI%20Components/dxCardView/9%20Types/SelectionConfiguration/showCheckBoxesMode.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/selection/#showCheckBoxesMode') and [selection of all cards](/api-reference/10%20UI%20Components/dxCardView/9%20Types/SelectionConfiguration/allowSelectAll.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/selection/#allowSelectAll').
15
15
16
16
-**Column Hiding and Reordering**
17
-
You can change column visibility in the CardView [column chooser](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/columnChooser.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/columnChooser/'). To reorder columns, rearrange column headers in the [header panel](/Documentation/ApiReference/UI_Components/dxCardView/Configuration/headerPanel/).
17
+
You can change column visibility in the CardView [column chooser](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/columnChooser.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/columnChooser/'). To reorder columns, rearrange column headers in the [header panel](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/headerPanel.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/headerPanel/').
18
18
19
19
-**Accessibility and Keyboard Navigation**
20
-
CardView [conforms](/Documentation/Guide/UI_Components/CardView/Accessibility/) to WCAG 2.x, European Accessibility Act (EAA), and Americans with Disabilities Act (ADA) standards. The component supports [keyboard navigation](/Documentation/Guide/UI_Components/CardView/Accessibility/#Keyboard_Navigation) and custom key handlers. CardView also ships with right-to-left ([RTL](/Documentation/ApiReference/UI_Components/dxCardView/Configuration/#rtlEnabled)) representation support.
20
+
CardView [conforms](/concepts/05%20UI%20Components/CardView/10%20Accessibility/00%20Accessibility.md'/Documentation/Guide/UI_Components/CardView/Accessibility/') to WCAG 2.x, European Accessibility Act (EAA), and Americans with Disabilities Act (ADA) standards. The component supports [keyboard navigation](/concepts/05%20UI%20Components/CardView/10%20Accessibility/15%20Keyboard%20Navigation.md'/Documentation/Guide/UI_Components/CardView/Accessibility/#Keyboard_Navigation') and custom key handlers. CardView also ships with right-to-left ([RTL](/api-reference/10%20UI%20Components/DOMComponent/1%20Configuration/rtlEnabled.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/#rtlEnabled')) representation support.
21
21
22
22
-**Card Customization**
23
23
You can customize the appearance of card visual elements such as the [cover](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/cardCover.md '/Documentation/ApiReference/UI_Components/dxCardView/Configuration/cardCover/'), [header](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/cardHeader.md '/Documentation/ApiReference/UI_Components/dxCardView/Configuration/cardHeader/'), [footer](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/cardFooterTemplate.md '/Documentation/ApiReference/UI_Components/dxCardView/Configuration/#cardFooterTemplate'), and [content](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/cardContentTemplate.md '/Documentation/ApiReference/UI_Components/dxCardView/Configuration/#cardContentTemplate'). To implement further customizations, you can specify a [card template](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/cardTemplate.md '/Documentation/ApiReference/UI_Components/dxCardView/Configuration/#cardTemplate').
24
24
25
25
-**Component Customization**
26
-
To customize the appearance and functionality of the CardView component, configure elements such as the [toolbar](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/toolbar.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/toolbar/'), [header panel](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/headerPanel.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/headerPanel/'), and [pager](/Documentation/ApiReference/UI_Components/dxCardView/Configuration/#pager).
26
+
To customize the appearance and functionality of the CardView component, configure elements such as the [toolbar](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/toolbar.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/toolbar/'), [header panel](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/headerPanel.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/headerPanel/'), and [pager](/api-reference/10%20UI%20Components/dxCardView/1%20Configuration/pager.md'/Documentation/ApiReference/UI_Components/dxCardView/Configuration/#pager').
0 commit comments