Edit in Grid
No edit summary
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; 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.
In AngularJS, grid cells are editable only when given a tagged value ''Editable=true''


Currently, this cell level is only available in AngularJS editable grids.
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.
 
Currently, this cell level is ''only'' available in AngularJS editable grids.
[[Category:UI]]
[[Category:UI]]
[[Category:View Model]]
[[Category:View Model]]

Revision as of 06:40, 22 August 2023

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.

This page was edited 96 days ago on 02/10/2024. What links here