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>