Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SEO-187022-Angula-TreeGrid-Alt-text-missing #370

Open
wants to merge 4 commits into
base: hotfix/hotfix-v26.1.35
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions angular/TreeGrid/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting-Started
description: getting started
title: Getting-Started with Angular TreeGrid | Syncfusion
description: Learn here about getting started with the Syncfusion Angular TreeGrid control, its elements, and more
platform: Angular
control: TreeGrid
documentation: ug
Expand Down Expand Up @@ -142,9 +142,9 @@ export class AppModule { }

A TreeGrid Control is created as shown in the following screen shot.

![](Getting-Started_images/Getting-Started_img3.png)
![Enable Sorting in Angular TreeGrid Getting Started](Getting-Started_images/Getting-Started_img3.png)

### Enable Sorting
###

The TreeGrid control has sorting functionality, to arrange the data in ascending or descending order based on a particular column.

Expand All @@ -161,7 +161,7 @@ Enable the multicolumn sorting in TreeGrid by setting [`allowMultiSorting`](http

{% endhighlight %}

![](Getting-Started_images/Getting-Started_img4.png)
![Enable Editing in Angular TreeGrid Getting Started](Getting-Started_images/Getting-Started_img4.png)

### Enable Editing

Expand Down Expand Up @@ -226,7 +226,7 @@ You can set the editor type for a particular column as follows.

The output of the DateTimePicker editor in TreeGrid control is as follows.

![](Getting-Started_images/Getting-Started_img5.png)
![Running the application in Angular TreeGrid Getting Started](Getting-Started_images/Getting-Started_img5.png)

## Running the application

Expand Down