Velislav Nikolov
Velislav Nikolov

Reputation: 11

Check/Uncheck grouped rows in Janus GridEX

I use Janus.Windows.GridEX.GridEX grid and also have a column which is ActAsSelector.

When the rows are grouped in a group, I want to be able to check/uncheck all of them. Do you know build-in functionality or easy way to achieve the goal?

Upvotes: 1

Views: 2587

Answers (2)

Mohammad Yasir Arafat
Mohammad Yasir Arafat

Reputation: 705

Just set the UseHeaderSelector property of the selector column to True.

Janus Grid Select All Rows

Upvotes: 2

Adel Khayata
Adel Khayata

Reputation: 2836

Janus's GridEx has a built-in functionality for the selector column.

While adding a new column in the GridEx's properties window, select the Selector option:

Selector Option

Upvotes: 1

Related Questions