Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Data Grid - Display rich text in data cells and edit cell values in a popup window

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;}

Files to Review

Does this example address your development requirements/objectives?

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


[8]ページ先頭

©2009-2025 Movatter.jp