Sean
|
| Posted: 06/04/2003, 1:53 PM |
|
I am currently evaluating CCS (trial version) and wish to hide certain columns in a grid based on the user's authority. Ex. I added 2 columns (Detail & Edit/Delete). I want everyone to be able to see the Detail column, but only users with Administrator access to see the Edit/Delete column. I would like to do this without creating multiple pages or grids if possible. Can this be done?
Thanks.... Great product.
|
|
|
 |
Sean
|
| Posted: 06/04/2003, 1:59 PM |
|
BTW, I'm doing this in ASP 3.0 using CCS 2.0.5.6
|
|
|
 |
rclayh
|
| Posted: 06/04/2003, 6:39 PM |
|
See "Hiding a Record Form Control" in the help file in the Programming section. It shows you how to expand a control to include the surrounding HTML. You will have to hide both the label cell and the data column cell but you should be able to do it (I think).
Hope this helps.
|
|
|
 |
Sean
|
| Posted: 06/05/2003, 10:01 AM |
|
Thanks for the info, but from what I found, it looks like that only works in update forms, and not in grid format. Am I missing something?
|
|
|
 |
|