Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 3.12 KB

File metadata and controls

41 lines (30 loc) · 3.12 KB

RichEdit for ASP.NET Core - How to integrate a control into an ASP.NET Web Forms application

This example illustrates how to integrate a client part of ASP.NET Core RichEdit componentt into an ASP.NET Web Forms application.

Requirements

  • To use the RichEdit control in an ASP.NET Web Forms application, you need to have a Universal, DXperience, or ASP.NET subscription.
  • Versions of the devexpress npm packages should be identical (their major and minor versions should be the same).

NOTE The client-side RichEdit libraries are added via NPM. It is necessary to restore the NPM packages before starting the project. Use the "Restore packages" command for the package.json file from Visual Studio (Add npm support to a project) or run npm install.

Files to Look At

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)