Skip to content

SEO-182860-Angular-Changes-File-Explorer #356

New issue

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

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

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: hotfix/hotfix-v25.2.3
Choose a base branch
from
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
12 changes: 6 additions & 6 deletions angular/FileExplorer/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Getting Started for Angular FileExplorer
description: Getting Started for Angular FileExplorer
platform: Angular
title: Getting Started with Angular File Explorer Component | Syncfusion
description: Learn here all about getting started with Syncfusion Essential Angular File Explorer component, it's elements and more.
platform: angular
control: FileExplorer
documentation: Ug
keywords: ejfileexplorer, js fileexplorer, fileexplorer
---

# Getting Started
# Getting Started with Angular File Explorer

This section explains briefly about how to create a **FileExplorer** control in your application with **Angular**.

Expand Down Expand Up @@ -125,7 +125,7 @@ npm start

N> if you want to use other port, open `package.json` file, then change port in `--port 3000` script and also change the port in `config/webpack.dev.js`.

![](Getting-Started_images/Getting-Started_img1.jpeg)
![Running the application in Angular File Explorer.](getting-started_images/angular-file-explorer-running-the-application.jpeg)

## Create FileExplorer in Angular Application using SystemJS

Expand Down Expand Up @@ -239,5 +239,5 @@ npm start

* Browse to [http://localhost:3000](http://localhost:3000) to see the application. And navigate to FileExplorer tab. The component is rendered as like the below screenshot. You can make changes in the code found under src folder and the browser should auto-refresh itself while you save files.

![](Getting-Started_images/Getting-Started_img1.jpeg)
![Running the application in Angular File Explorer.](getting-started_images/angular-file-explorer-running-the-application.jpeg)

10 changes: 5 additions & 5 deletions angular/Grid/Hierarchy-Grid.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Hierarchical binding with Grid widget for Syncfusion Essential Angular-2
description: How to bind the hierarchical data
platform: Angular
title: Hierarchical binding in Angular Grid Component | Syncfusion
description: Learn here all about hierarchical binding support in Syncfusion Essential Angular Grid component, it's elements and more.
platform: angular
control: Grid
documentation: ug
api: api/angular/ejgrid
---
# Hierarchical Bindings
# Hierarchical bindings in Angular Grid

Hierarchical binding can be used to create the Grid with parent and child relation, this facilitate you to view the child records for a particular row by clicking on the Expander button present in first column of each grid row. This can be enabled by defining [`childGrid`](https://help.syncfusion.com/api/angular/ejgrid#members:childgrid "childGrid") and `childGrid.queryString`. [`childGrid`](https://help.syncfusion.com/api/angular/ejgrid#members:childgrid "childGrid") is to define options of child and `childGrid.queryString` is to define the relation between parent and child grid.

Expand Down Expand Up @@ -65,7 +65,7 @@ export class GridComponent {


{% endhighlight %}
![](Hierarchy-Grid_images/HierarchyGrid_img1.png)
![Hierarchical bindings in Angular Grid](hierarchy-grid_images/angular-grid-hierarchical-bindings.png)


## Expand or Collapse All Child
Expand Down