Skip to content

DevExpress-Examples/winforms-grid-disable-data-row

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Data Grid - How to disable a specific data row

This example uses the Disabled Cell Behavior (shipped as part of the WinForms BehaviorManager component) to disable certain data rows in a Grid Control. Disabled rows are grayed out. Users cannot edit cell values in these rows.

Files to Review

Documentation

See Also