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
And one more suggestion - the igHtmlEditor. It's a very powerful client-side solution.
You can read all about its API and see some samples that we have at:
http://help.infragistics.com/jQuery/2014.2/ui.igHtmlEditor
and
http://igniteui.com/html-editor/overview.
Hello Thomson,
This could be achieved with the WebHtmlEditor control that we have and is part of the ASP.NET tool-set.
We have a sample that might give you an insight on the editor's features:
http://es.infragistics.com/samples/aspnet/html-editor/insert-rich-content.
Please take a look at it and let me know what do you think.