Skip to content

Use IsEnabledBinding and IsReadOnlyBinding properties to disable cells or make them read-only

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/wpf-grid-read-only-and-enabled-binding

Repository files navigation

Read-Only and Enabled State Binding

The example uses BaseColumn.IsEnabledBinding property to disable the StartDate and Due Date cells if the Progress value equals 100%:

... and the BaseColumn.IsReadOnlyBinding property to make the Progress cells read-only if a task has subtasks:


TIP

In versions prior to v20.2, please use solutions from this example: How to disable rows in GridControl based on their values.

Does this example address your development requirements/objectives?

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

About

Use IsEnabledBinding and IsReadOnlyBinding properties to disable cells or make them read-only

Topics

Resources

License

Stars

Watchers

Forks