Skip to content

Commit d60cd33

Browse files
committed content reviewer changes
1 parent fc04bf4 commit d60cd33

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

aspnetmvc/TreeGrid/Editing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ N> While saving the edited record `ActionComplete` event will be triggered with
260260

261261
### Batch Editing
262262

263-
The batch editing support in the tree grid is used to save all added, edited, and deleted changes to the database with single action. This can be enable by setting the `EditMode` property to `BatchEditing`. The following code example shows how to enable the batchEditing in the tree grid control.
263+
The batch editing support in the tree grid is used to save all added, edited, and deleted changes to the database with a single action. This can be enabled by setting the `EditMode` property to `BatchEditing`. The following code example shows how to enable the BatchEditing in the tree grid control.
264264

265265
{% highlight html %}
266266

@@ -271,7 +271,7 @@ The batch editing support in the tree grid is used to save all added, edited, an
271271

272272
{% endhighlight %}
273273

274-
The output of the tree grid with `BatchEditing` is obtained as follows.
274+
The output of a tree grid with `BatchEditing` is as follows.
275275

276276
![](Editing_images/BatchEdit_img1.png)
277277

@@ -289,7 +289,7 @@ In batch editing, the edit mode can be changed to **Cell** or **Row** or **Dialo
289289

290290
{% endhighlight %}
291291

292-
The output of the tree grid with `BatchEditSettings` and `EditMode` as `Row` is as obtained follows.
292+
The output of a tree grid with `BatchEditSettings` and `EditMode` set as `Row` is as follows.
293293

294294
![](Editing_images/BatchEdit_img2.png)
295295

aspnetmvc/TreeGrid/Searching.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ The below screenshot shows TreeGrid search with `plan` key word.
3333

3434
The tree grid supports different types of search mode through the `SearchSettings.SearchHierarchyMode` property.
3535

36-
The following are the types of search mode available in the tree grid.
36+
The following are the types of search modes available in the tree grid.
3737

38-
**Parent**: This is the default search hierarchy mode in the tree grid. It displays searched record with its parent records. If the searched records do not have any parent record, it displays only the searched record.
38+
**Parent**: This is the default search hierarchy mode in the tree grid. It displays a searched record with its parent records. If the searched records do not have any parent record, it displays only the searched record.
3939

4040
**Child**: Displays the searched record with its child record. If the searched records do not have any child record, it displays only the searched record.
4141

42-
**Both**: Displays the searched record with its both parent and child records. If the searched records do not have any parent and child records, it displays only the searched record.
42+
**Both**: Displays the searched record with both its parent and child records. If the searched records do not have any parent and child records, it displays only the searched record.
4343

4444
**None**: Displays only the searched record.
4545

@@ -57,7 +57,7 @@ The following code example shows how to set the `SearchHierarchyMode` in the tre
5757

5858
{% endhighlight %}
5959

60-
The following image depicts the output of above code example
60+
The following image depicts the output of the previous code example.
6161
![](Searching_images/SearchHierarchyModes_img1.png)
6262

6363
The above screenshot shows Tree Grid with `Child` search mode.

aspnetmvc/TreeGrid/Summary-Row.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@ Custom summary can be used to create summary values based on your required custo
159159

160160
{% endhighlight %}
161161

162-
The output of the tree grid with custom summary value is obtained as follows.
162+
The output of the tree grid with custom summary value is as follows.
163163

164164
![](SummaryRows_images/CustomSummary_img1.png)

0 commit comments

Comments
 (0)