Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
how to use Embeddable Editor with RichTextEditor in c#
posted

hi ,

 I am using infragistics 7.3 and vs 2008

I want to use richtextbox editor but the application is not recognizing it . I dont know which dll to use or which namespace is to be used .

I have tried using using Infragistics.Win.EmbeddableEditors; but  EmbeddableEditors is not recognized. 

It would be better if i can get complete code how to create the same in the post itself as i am falling short of time.

Thanks &  Regards,

Seema Sharma

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Seema,

    RichTextBox is not an Infragstics control, it's part of the Dotnet framework. It shows up in the toolbox by default under "All Windows Forms Controls".

    Infragistics has a control call UltraFormattedTextEditor which is similar to the RichTextBox in that it allows you to edit formatted text, but it's not actually RichText, it uses a custom XML format similar to html.

Children