Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions aspnetmvc/Combobox/accessibility.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Accessibility in ComboBox control for Syncfusion ASP.NET MVC
description: Accessibility support to ComboBox control for Syncfusion ASP.NET MVC
description: Learn here about Accessibility support in Syncfusion Essential ASP.NET MVC ComboBox Control, its elements, and more.
platform: ejmvc
control: ComboBox
documentation: ug
keywords: keyboard support, ComboBox, aria attributes, keyboard interaction
---

# Accessibility
# Accessibility in ASP.NET MVC ComboBox

The ComboBox component has been designed, keeping in mind the `WAI-ARIA` specifications, and applies the WAI-ARIA roles, states, and properties along with `keyboard support`. This component is characterized by complete keyboard interaction support and ARIA accessibility support that makes it easy for people who uses assistive technologies (AT) or those who completely rely on keyboard navigation.

Expand Down Expand Up @@ -107,4 +107,4 @@ You can use the following key shortcuts to access the ComboBox without interrupt
Output for accessibility ComboBox control is as follows.


![](Combobox_accessibility_images/accessibility.png)
![ASP.NET MVC ComboBox accessibility](Combobox_accessibility_images/accessibility.png)
6 changes: 3 additions & 3 deletions aspnetmvc/TimePicker/Time-Format.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Time Format | TimePicker | ASP.NET MVC | Syncfusion
description: time format
description: Learn here about time format in Syncfusion Essential ASP.NET MVC TimePicker Control, its elements, and more.
platform: ejmvc
control: TimePicker
documentation: ug
---

# Time Format
# Time Format in ASP.NET MVC TimePicker

TimePicker widget provides you an option to change the TimeFormat property.

Expand All @@ -30,7 +30,7 @@ The following steps explains you to change the time format for the TimePicker.

Execute the above code to render the following output.

![](Time-Format_images/Time-Format_img1.png)
![ASP.NET MVC TimePicker time format](Time-Format_images/Time-Format_img1.png)

TimePicker with TimeFormat.
{:.caption}
8 changes: 4 additions & 4 deletions aspnetmvc/TreeGrid/Sorting.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Sorting | TreeGrid | ASP.NET MVC | Syncfusion
description: sorting
description: Learn here about sorting in Syncfusion Essential ASP.NET MVC TreeGrid Control, its elements, and more.
platform: ejmvc
control: TreeGrid
documentation: ug
---

# Sorting
# Sorting in ASP.NET MVC TreeGrid

The TreeGrid control for JavaScript has built-in support for Sorting one or more columns.

Expand Down Expand Up @@ -42,7 +42,7 @@ Gantt allows you to sort multiple columns by clicking the desired column headers

The following screenshot shows the output of Multicolumn sorting in TreeGrid control.

![](Sorting_images/Sorting_img1.png)
![ASP.NET MVC TreeGrid Multicolumn sorting](Sorting_images/Sorting_img1.png)

## Disable sorting for specific column

Expand Down Expand Up @@ -88,7 +88,7 @@ The following code shows how to add sorted column in TreeGrid.

{% endhighlight %}

![](Sorting_images/Sorting_img2.png)
![ASP.NET MVC TreeGrid sorting](Sorting_images/Sorting_img2.png)

The above screenshot shows TreeGrid rendered with descending order of **Task Name** column.
{:.caption}
Expand Down