Edit in Grid
(Created page with "In WPF grid cells are editable whenever the ReadOnlyExpression does not evaluate to false. In AngularJS the Grid cells are editable only when given a tagged value Editable=true.")
 
No edit summary
Line 1: Line 1:
In WPF grid cells are editable whenever the ReadOnlyExpression does not evaluate to false.
In WPF grid cells are editable whenever the ReadOnlyExpression does not evaluate to false.
In AngularJS the Grid cells are editable only when given a tagged value Editable=true.
In AngularJS the Grid cells are editable only when given a tagged value Editable=true.

Revision as of 11:52, 12 December 2016

This page was created by Hans.karlsen@mdriven.net on 2016-12-12. Last edited by Edgar on 2025-01-20.

In WPF grid cells are editable whenever the ReadOnlyExpression does not evaluate to false.

In AngularJS the Grid cells are editable only when given a tagged value Editable=true.