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
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.
Hi,
I have 2 applications. One is in .Net Winforms (think client) based and other is an admin web site (asp.net web forms based and NOT MVC) . We are planning to use a Rich Text control on winforms application. The default values to winform rich control will be retrieved from server . The server values (rich text content) needs to be updated from an asp.net web form (web site) . I would like to know which infragistics rich control can be used both in Winforms and Asp.net webform which are compatible to each other.
Thanks
Thomson