1

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?

Adel Khayata
  • 2,717
  • 10
  • 28
  • 46

2 Answers2

1

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

Janus Grid Select All Rows

0

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

Adel Khayata
  • 2,717
  • 10
  • 28
  • 46