I have a hierarchical grid that I have been implementing security on.
What I have done is limit the user to see only data they are allowed to see. So in the databind I skip over it if the user does not have access to that level of detail. I would also like to remove the expand if they dont have access to the detailed info. Anyway to do that?
What I have done is limit the user to see only data they are allowed to see. So in the databind I skip over it if the user does not have access to that level of detail. I would also like to remove the expand if they dont have access to the detailed info. Anyway to do that?