Skip to content

DevExpress-Examples/wpf-data-grid-disable-rows-based-on-their-values

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - Disable Rows Based on Their Values

To disable a row, use any of the following ways:

This example demonstrates the difference between the last two options. In the left GridControl, users cannot open editors of the disabled cells. In the right GridControl, users can open read-only cell editors to copy their values to the clipboard only.

image

Files to Look At

Documentation

More Examples