How do you disable the background colour of an editable region when a document is protected?
See my attached image. Notcie that the editable areas appear yellow. I want to make them transparent.
Thank you,
Rob
2 Answers, 1 is accepted
0
Accepted
Vasil
Telerik team
answered on 29 May 2012, 04:21 PM
Hello Robert,
You can implement your custom UI layer builder, where PermissionRangesDecoration layer is removed. Please, refer to this help article for more information about custom UI layers.
The following snippet demonstrates the code that your custom layers builder should contain:
public class CustomLayersBuilder : UILayersBuilder