diff --git a/aspnetmvc/Combobox/accessibility.md b/aspnetmvc/Combobox/accessibility.md index 1ae01be6..af1fc75a 100644 --- a/aspnetmvc/Combobox/accessibility.md +++ b/aspnetmvc/Combobox/accessibility.md @@ -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. @@ -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) diff --git a/aspnetmvc/TimePicker/Time-Format.md b/aspnetmvc/TimePicker/Time-Format.md index c3e7fc27..ccf553d8 100644 --- a/aspnetmvc/TimePicker/Time-Format.md +++ b/aspnetmvc/TimePicker/Time-Format.md @@ -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. @@ -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} diff --git a/aspnetmvc/TreeGrid/Sorting.md b/aspnetmvc/TreeGrid/Sorting.md index b4c4722d..dcef9c97 100644 --- a/aspnetmvc/TreeGrid/Sorting.md +++ b/aspnetmvc/TreeGrid/Sorting.md @@ -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. @@ -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 @@ -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}