This question is locked. New answers and comments are not allowed.
Hi,
I'm wondering if it is possible to achieve the following requirement with a gridview.
Assume that we have a grid where each row has the following columns:
* ID
* City
* Department
* Name
* Sex
I want to be able to specify system groups that the user cannot alter yet at the same time allow users to specify user defined groups.
For example, I want to force the 1st level grouping on City. I don't want users to be able to remove this grouping (they should still be able to change the sorting on it though). However, they can choose to add additional groups (e.g. 2nd level grouping on Department) so the grid will look something like
City 1
|---> Department 1
|---> Person 1
|---> Person 2
|---> Department 2
|---> Person 3
City 2
Is this possible?
Thanking you in advance for your assistance.
Tony
I'm wondering if it is possible to achieve the following requirement with a gridview.
Assume that we have a grid where each row has the following columns:
* ID
* City
* Department
* Name
* Sex
I want to be able to specify system groups that the user cannot alter yet at the same time allow users to specify user defined groups.
For example, I want to force the 1st level grouping on City. I don't want users to be able to remove this grouping (they should still be able to change the sorting on it though). However, they can choose to add additional groups (e.g. 2nd level grouping on Department) so the grid will look something like
City 1
|---> Department 1
|---> Person 1
|---> Person 2
|---> Department 2
|---> Person 3
City 2
Is this possible?
Thanking you in advance for your assistance.
Tony