I've been following the Silverlight text editor sample with interest. It gives me a lot of functionality such as formatting, clipboard support, printing etc.
The sample also allows for DataGrids to be inserted by using an InlineUiContainer.
My problem is that the inserted DataGrid is disabled while my requirement is that the user can edit the contents of the DataGrid.
How can I make InlineUiContainers that are inserted in a RichTextBox enabled?