Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.96 KB

Readme.md

File metadata and controls

29 lines (19 loc) · 1.96 KB

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