You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/06/12 11:07:31 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #864: Saved Rows in Detail grid disappears

pashminakazi opened a new issue #864:
URL: https://github.com/apache/royale-asjs/issues/864


   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Accounts Recieveable from Select in Menu
   Go to Sales Commission Scheme Setup from Setups in Menu
   File : com/dbz/modules/AR/dbzSalesCommissionScheme.mxml
   
   Click on New Button then Plus (+) button and save one row and click ok,then if you click on Plus(+) button or Edit button the detail popup is showing Empty rows
   I entered data in a row
   ![image](https://user-images.githubusercontent.com/42200979/84496439-65d23b00-acc6-11ea-80d6-1e87e834ac24.png)
   
   now I clicked on OK button,one row is shown in detail grid 
   ![image](https://user-images.githubusercontent.com/42200979/84496492-784c7480-acc6-11ea-88e6-e062befb9068.png)
   
   and again press + or edit button,Popup is Empty
   ![image](https://user-images.githubusercontent.com/42200979/84496550-8f8b6200-acc6-11ea-9201-0021dcb691a0.png)
   
   
   then if i click on Plus(+) Button in PopupWindow to add new rows then old saved row will be shown
   ![image](https://user-images.githubusercontent.com/42200979/84496638-b6e22f00-acc6-11ea-933a-dba266797f3d.png)
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [royale-asjs] aharui commented on issue #864: Saved Rows using itemEditor in Detail grid disappears

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



[GitHub] [royale-asjs] pashminakazi commented on issue #864: Saved Rows using itemEditor in Detail grid disappears

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #864:
URL: https://github.com/apache/royale-asjs/issues/864#issuecomment-644017543


   @aharui Thank u so much Issue has been resolved by calling 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:
users@infra.apache.org



[GitHub] [royale-asjs] pashminakazi closed issue #864: Saved Rows using itemEditor in Detail grid disappears

Posted by GitBox <gi...@apache.org>.
pashminakazi closed issue #864:
URL: https://github.com/apache/royale-asjs/issues/864


   


----------------------------------------------------------------
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:
users@infra.apache.org