aharui commented on issue #864: URL: https://github.com/apache/royale-asjs/issues/864#issuecomment-643945287
It looks like the DetailGrid cannot layout properly because it is being set up before being added to the DOM so it cannot measure and layout correctly. If you look at your dbzSalesCommissionScheme.fn_EditProduct, the arrDtlTransDP is added to (via addItem) before addPopUp. You can try calling addPopUp before arrDtlTransDP is changed, or maybe call arrDtlTransDP.refresh() after addPopUp. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
