Skip to content
Open
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
14 changes: 7 additions & 7 deletions aspnet-core/Grid/Selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example

![](Selection_images/Selection_img1.png)
![row selection in Grid.](Selection_images/Selection_img1.png)

## Multiple row selection using checkbox column

Expand Down Expand Up @@ -107,7 +107,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example

![](Selection_images/Selection_img12.png)
![multiple row selection using checkbox column in ASP.NET Core Grid.](Selection_images/Selection_img12.png)

## Cell selection

Expand Down Expand Up @@ -150,7 +150,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example

![](Selection_images/Selection_img2.png)
![cell selection in ASP.NET Core Grid.](Selection_images/Selection_img2.png)

### Cell selection mode

Expand Down Expand Up @@ -196,7 +196,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example

![](Selection_images/Selection_img3.png)
![cell selection mode in ASP.NET Core Grid.](Selection_images/Selection_img3.png)


## Column selection
Expand Down Expand Up @@ -239,7 +239,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example

![](Selection_images/Selection_img4.png)
![column selection in ASP.NET Core Grid.](Selection_images/Selection_img4.png)


## Touch options
Expand Down Expand Up @@ -280,7 +280,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](Selection_images/Selection_img5.png)
![touch options in ASP.NET Core Grid.](Selection_images/Selection_img5.png)


## Toggle selection
Expand Down Expand Up @@ -364,4 +364,4 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](selection_images/Selection_img13.png)
![drag selection in ASP.NET Core Grid.](selection_images/Selection_img13.png)
2 changes: 1 addition & 1 deletion aspnet-core/Schedule/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Now, define the action _GetData_ within the **Home** controller page as shown be
{% endhighlight %}


![](Getting-Started_images/Getting-Started_img1.png)
![getting started in ASP.NET Core Schedule.](Getting-Started_images/Getting-Started_img1.png)



Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/TreeView/Checkboxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The tree view supports tri-state checkboxes in addition to the standard two-stat
{% endhighlight %}

By running the above code, you will get the output like the following image.
![](Checkboxes_images/checkbox_images_img1.png)
![indeterminate checkboxes in ASP.NET Core TreeView](Checkboxes_images/checkbox_images_img1.png)

## Auto checkable

Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/TreeView/Populate-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,12 +620,12 @@ In the view page, add the following code and map the properties defined to the c

The following screenshot displays the load on demand for a local data source in the tree view control.

![](Populate-Data_images/Populate-Data_img1.png)
![expanding the parent node in ASP.NET Core TreeView.](Populate-Data_images/Populate-Data_img1.png)

While expanding the parent node
{:.caption}

![](Populate-Data_images/Populate-Data_img2.png)
![After expanding the parent node in ASP.NET Core TreeView.](Populate-Data_images/Populate-Data_img2.png)

After expanding the parent node
{:.caption}
Expand Down