Hello,
We are trying to implement the hierarchy grid and as far as getting the data and displaying it, it works without a problem. The catch is that we are trying to take it a step further where if a user has certain permissions they will be able to:
Basically we built a custom project/task manager where a project or task is level 1, and a task can have subtask related to it and so on. When I tried to manually add the columns in the codebehind the hierarchy function ceased to work (clicking on the little arrow to show the details table(s) underneath no longer functioned).
But the main issue is that we need to be able to show/hide options based on a users role (permissions).
Any help would be much appreciated.
Brad
We are trying to implement the hierarchy grid and as far as getting the data and displaying it, it works without a problem. The catch is that we are trying to take it a step further where if a user has certain permissions they will be able to:
- Delete a row
- Select a row, which then will open a modalpop or a radwindow for editing, as we have more information available to edit then what we display in the grid itself.
- Create a new item within the 'main' row.
Basically we built a custom project/task manager where a project or task is level 1, and a task can have subtask related to it and so on. When I tried to manually add the columns in the codebehind the hierarchy function ceased to work (clicking on the little arrow to show the details table(s) underneath no longer functioned).
But the main issue is that we need to be able to show/hide options based on a users role (permissions).
Any help would be much appreciated.
Brad