diff --git a/aspnetmvc-toc.html b/aspnetmvc-toc.html
index 33578a5a..c5df08e6 100644
--- a/aspnetmvc-toc.html
+++ b/aspnetmvc-toc.html
@@ -3167,7 +3167,7 @@
XlsIO
Release Notes
- - 2022 Volume 2 - v20.2.0.*
- 2022 volume 1 - v20.1.0.*
- 2021 Volume 4 - v19.4.0.*
- 2021 volume 3 - v19.3.0.*
- 2021 Volume 2 - v19.2.0.*
- 2021 Volume 1 - v19.1.0.*
- 2020 Volume 4 - v18.4.0.*
- 2020 Volume 3 - v18.3.0.*
- 2020 Volume 2 - v18.2.0.*
- 2020 Volume 1 - v18.1.0.*
- 2019 Volume 4 - v17.4.0.*
+ - 2022 Volume 2 - v20.2.0.*
- 2022 volume 1 - v20.1.0.*
- 2021 Volume 4 - v19.4.0.*
- 2021 volume 3 - v19.3.0.*
- 2021 Volume 2 - v19.2.0.*
- 2021 Volume 1 - v19.1.0.*
- 2020 Volume 4 - v18.4.0.*
- 2020 Volume 3 - v18.3.0.*
- 2020 Volume 2 - v18.2.0.*
- 2020 Volume 1 - v18.1.0.*
- 2019 Volume 4 - v17.4.0.*
- 2019 Volume 3 - v17.3.0.*
- Weekly Nuget Release
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.
-
+
diff --git a/aspnetmvc/Release-notes/v20.2.0.45.md b/aspnetmvc/Release-notes/v20.2.0.45.md
new file mode 100644
index 00000000..a15c979b
--- /dev/null
+++ b/aspnetmvc/Release-notes/v20.2.0.45.md
@@ -0,0 +1,16 @@
+---
+title: Essential Studio for ASP.NET MVC Weekly Nuget Release Release Notes
+description: Essential Studio for ASP.NET MVC Weekly Nuget Release Release Notes
+platform: ejmvc
+documentation: ug
+---
+
+# Essential Studio for ASP.NET MVC Release Notes
+
+{% include release-info.html date="August 23, 2022" version="v20.2.0.45" %}
+
+{% directory path: _includes/release-notes/v20.2.0.45 %}
+
+{% include {{file.url}} %}
+
+{% enddirectory %}
\ No newline at end of file
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.
-
+
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.
-
+
## Disable sorting for specific column
@@ -88,7 +88,7 @@ The following code shows how to add sorted column in TreeGrid.
{% endhighlight %}
-
+
The above screenshot shows TreeGrid rendered with descending order of **Task Name** column.
{:.caption}