Intersoft Support Center

Use WebTextEditor as Editing Control

WebGrid now supports integration with Intersoft's WebTextEditor as editing type. Natively integrated into WebGrid's inline editing architecture, WebTextEditor delivers the best rich text editing experiences for your data applications.

In this topic, you will learn how to use WebTextEditor custom editor.

To use WebTextEditor custom editor

  1. Bind WebGrid to AccessDataSource (Use Products table).
  2. Drag WebTextEditor control from Toolbox. Set the ID as wte1.
  3. Right click on WebTextEditor control and choose WebGrid Designer
  4. Go to Columns and set one of the column's Edit Control Type to WebTextEditor.



  5. Click See all properties and set CustomEditorServerId to wte1.



  6. Run the project. Try to double click on the Details cell to edit the value using WebTextEditor. When you finished the editing, simply click the provided Update button in the toolbar to apply your changes.

Previous Next