Check/Uncheck grouped rows in Janus GridEX

2.4k Views Asked by At

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?

2

There are 2 best solutions below

0
On

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

0
On

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

Janus Grid Select All Rows