Skip to content

DataGrid 2 - Every time I need to upgrade manually since the definition of this widget has changed #600

Description

@acarum

mxcli version || mxcli version v0.11.0 commit 253b172
Mendix version | | 11.10.0
Scenario | I need to create a page with a data grdi 2 that use Entity as Datasource ( Data Widgets V 3.10.0 )
Expected output | No 'Update widget' should be required
Experienced output | I need to upgrade manually since the definition of this widget has changed. Update this widget by right-clicking it and selecting 'Update widget', or select 'Update all widgets' to update all widgets in the app.
`CREATE OR REPLACE PAGE MyFirstModule."Photos_Overview"
(
Title: 'Photos',
Layout: Atlas_Core.Atlas_Default
)
{
LAYOUTGRID mainGrid {
ROW rowHeader {
COLUMN colHeader (DesktopWidth: 12) {
CONTAINER ctnHeader (Class: 'spacing-outer-bottom-medium') {
DYNAMICTEXT heading (Content: 'Photos', RenderMode: H2)
}
}
}
ROW rowGrid {
COLUMN colGrid (DesktopWidth: 12) {
DATAGRID dgPhotos (
DataSource: DATABASE FROM MyFirstModule.Photos,
Selection: single
) {
COLUMN colId (Attribute: _Id, Caption: 'ID')
COLUMN colName (Attribute: Name, Caption: 'Name')
}
}
}
}
}
/

mxcli-diag-20260527-113051.tar.gz

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions