Edit in Grid
(Automatically adding template at the end of the page.)
(Updated Edited template to July 12, 2025.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
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, grid cells are editable only when given a tagged value ''Editable=true''
In AngularJS, grid cells are editable only when given a tagged value '''Editable=true'''


The tagged value is set on the Nesting that holds the grid columns - grid columns then adhere to the ReadOnlyExpression.[[File:2016-12-12 13h07 11.png|thumb|none|641x641px]]'''Versions after 2022-05-02:''' You can now add a column <Name>_ReadOnly to enable cell-level read-only control for cells.  
The tagged value is set on the Nesting that holds the grid columns - grid columns then adhere to the ReadOnlyExpression.[[File:2016-12-12 13h07 11.png|thumb|none|641x641px]]'''Versions after 2022-05-02:''' You can now add a column <code>'''<span class="col-black"><Name>_ReadOnly</span>'''</code> to enable cell-level read-only control for cells.
 
Currently, this cell level is '''''only''''' available in AngularJS editable grids.


Currently, this cell level is ''only'' available in AngularJS editable grids.
[[Category:UI]]
[[Category:UI]]
[[Category:View Model]]
[[Category:View Model]]
{{Edited|July|12|2024}}
{{Edited|July|12|2025}}

Latest revision as of 05:49, 20 January 2025

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, grid cells are editable only when given a tagged value Editable=true

The tagged value is set on the Nesting that holds the grid columns - grid columns then adhere to the ReadOnlyExpression.

2016-12-12 13h07 11.png

Versions after 2022-05-02: You can now add a column <Name>_ReadOnly to enable cell-level read-only control for cells.

Currently, this cell level is only available in AngularJS editable grids.