Reputation: 11
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
Reputation: 705
Just set the UseHeaderSelector property of the selector column to True.
Upvotes: 2
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:
Upvotes: 1