Hi Isomorphic,
I'm using v10.1p_2016-10-09 and it's not clear to me how Batch Uploader calculates it's inner grid body height.
As you can see in the screenshot of my app, the grid does not use all of the available space. The dotted red line is the one created by the Developer Console when clicking the BatchUploader under the "Watch" tab.
The height number itself seems to be arbitrary (773 for the whole BatchUploader, 463 for the grid).
I get the same feeling (arbitrary height) when looking at your BatchUploader-sample.
Important notes:
Thank you & Best regards
Blama
I'm using v10.1p_2016-10-09 and it's not clear to me how Batch Uploader calculates it's inner grid body height.
As you can see in the screenshot of my app, the grid does not use all of the available space. The dotted red line is the one created by the Developer Console when clicking the BatchUploader under the "Watch" tab.
The height number itself seems to be arbitrary (773 for the whole BatchUploader, 463 for the grid).
I get the same feeling (arbitrary height) when looking at your BatchUploader-sample.
Important notes:
- For my BU, I use batchUploader.setHeight100(); and batchUploader.setWidth100();
- If setting
Code:ListGrid propertiesGrid = new ListGrid(); propertiesGrid.setAutoFitWidthApproach(AutoFitWidthApproach.BOTH); propertiesGrid.setHeight100(); batchUploader.setAutoChildProperties("grid", propertiesGrid);
Thank you & Best regards
Blama
Comment