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
- Bind WebGrid
to AccessDataSource (Use Products table).
- Drag WebTextEditor control from Toolbox. Set the ID as
wte1.
- Right click on WebTextEditor control and choose WebGrid Designer.
- Go to Columns and set one of the column's Edit Control Type to
WebTextEditor.
- Click See all properties and set CustomEditorServerId to
wte1.
- 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.