Missing action and buttons in composite screen

When I am generating the composite screen, I see there is no actions and buttons for Create, edit and remove created. Here is the extract from the screen generated by the studio. I am using all latest studio and framework.

</formLayout>
        <dataGrid id="projBoqJobTaskDataGrid" dataContainer="projBoqJobTaskDc" width="100%" minHeight="20em">
            <columns>
                <column property="lineNo"/>
                <column property="quantity"/>
                <column property="quantityRequisition"/>
                <column property="quantityConsumed"/>
                <column property="quantityBalance"/>
                <column property="realEstProjFloor"/>
                <column property="projJobTask"/>
                <column property="consBom"/>
            </columns>
        </dataGrid>

Hi,

It’s the same under 2.2.x Not only that, but when doing so you need to manually add the open mode

                <action id="edit" type="list_edit">
                    <properties>
                        <property name="openMode" value="DIALOG"/>
                    </properties>
                </action>

Since one can’t use navigate without losing the data context (and the screen), this should be an autogenerated default.
I think we need a better composition generation out of the box, I’ll write a post under the ideas section.

Kind regards,
Mladen

Hi
Actually, the basic actions/buttons inclusion in the screen generated by the studio used to work by default when you select the option in the wizard… I am observing this is not working in recent versions.