- Notifications
You must be signed in to change notification settings - Fork0
Display and edit rich text in grid cells.
License
NotificationsYou must be signed in to change notification settings
DevExpress-Examples/winforms-grid-display-edit-rtf-data
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This example demonstrates how to use different data editors to display and edit cell values. TheRichEditControl is used to edit RTF data (it is displayed within a popup window). TheRepositoryItemRichTextEdit is used to display RTF data in data cells.
TheCustomRowCellEditForEditing event is handled to assign a custom RTF editor to a column for in-place editing (to override the default column editor):
voidgridView1_CustomRowCellEditForEditing(objectsender,DevExpress.XtraGrid.Views.Grid.CustomRowCellEditEventArgse){if(e.Column.FieldName=="Rich")e.RepositoryItem=riPopup;}
(you will be redirected to DevExpress.com to submit your response)
About
Display and edit rich text in grid cells.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.