Silverlight 4 RichTextBox - InlineUiContainers disabled
        Posted  
        
            by JohnC
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JohnC
        
        
        
        Published on 2010-05-31T14:09:49Z
        Indexed on 
            2010/05/31
            14:13 UTC
        
        
        Read the original article
        Hit count: 724
        
Silverlight
|richtextbox
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?
© Stack Overflow or respective owner