Hi friends,
Maybe this code can solve your problems.
You must add label parameter "width".
label: new sap.ui.commons.Label({
text: "Name",
textAlign : "left",
width : "100%",
layoutData: new sap.ui.commons.form.GridElementData({ hCells: "2"})
});
Regards
Muhammed.