Skip to content

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

@acarum

Description

@acarum

mxcli version || mxcli version v0.10.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."MyEntity_Overview" ( Title: 'MyEntity', Layout: Atlas_Core.Atlas_Default ) { LAYOUTGRID lgMain (columns: 1) { ROW row1 { COLUMN col1 { DATAGRID dgMyEntity ( datasource: database MyFirstModule."MyEntity", PageSize: 20, PagingPosition: bottom ) { COLUMN colMyAttr1 (attribute: "MyAttr1", caption: 'MyAttr1') COLUMN colMyAttr2 (attribute: "MyAttr2", caption: 'MyAttr2') } } } } } /

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions