Skip to content

DevExpress-Examples/richedit-for-core-how-to-integrate-a-control-into-an-asp-net-web-forms-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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