Unplanned
Last Updated: 04 Aug 2022 12:39 by Caesar
Caesar
Created on: 04 Aug 2022 12:39
Category: RichTextBox
Type: Feature Request
0
RadRichTextBox: Expose RespectDocumentProtection and RespectNonDeletableRanges

In my usage scenario,  I want to allow the users to do some specific actions like changing the font or inserting a table row in those restricted areas.

My current implementation is to modify the source code of RadRichTextBox, expose RespectDocumentProtection and RespectNonDeletableRanges, and temporarily set these properties to false before performing modifications in those restricted areas.

Currently, the properties are available in RadDocumentEditor only.

0 comments