Depending on a login ID and privilege level contained in a Session Variable I want a full webhierarchicaldatagrid to be updatable or just read only. How do I assign the properties in code (and which properties) to accomplish this? Any help would be appreciated.
Hi,
Here's what I use:
WHDG.Behaviors.EditingCore.Behaviors.CellEditing.Enabled = true or false
If I recall correctly, I wasn't able to disable the entire editing behavior like this.
Ed