Skip to content
Merged
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
6 changes: 3 additions & 3 deletions angularjs/ListBox/Cascading.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Syncfusion ListBox Cascading
description: Cascading
title: Cascading in AngularJS ListBox Control | Syncfusion
description: Learn here all about cascading support in Syncfusion Essential AngularJS ListBox control, its elements, and more.
platform: AngularJS
control: ListBox
documentation: ug
---

# Cascading
# Cascading in AngularJS ListBox

To dynamically populate list items to another list box while selecting the list item in list box. i.e. rendering the child list box based on the item selection in parent list box. This can be achieved by using “cascadeTo” property.

Expand Down
6 changes: 3 additions & 3 deletions angularjs/TreeGrid/Stacked-Header.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Stacked-Header
description: stacked header
title: Stacked Header in AngularJS TreeGrid Control | Syncfusion
description: Learn here all about stacked header support in Syncfusion Essential AngularJS TreeGrid control, its elements, and more.
platform: AngularJS
control: TreeGrid
documentation: ug

---
# Stacked Headers
# Stacked Headers in AngularJS TreeGrid

The stacked headers helps you to group the logical columns in tree grid. It can be shown by setting `e-showstackedheader` to `true` and by defining `e-stackedheaderrows`.

Expand Down