The newly created material is refreshed on the browser screen. Now I want the cursor is scrolled onto the newly created material in the browser screen immediately after refresh.
As we know the following way selects the expected item in the table
materialsDataGrid.scrollTo(copyMaterial);
But where do I call this at have it scrolled to automatically?
Hi Gleb
Please find attached a test Application as requested. Take the following steps:
Create an order and save, say order no 1 created. Stay in Order.browse screen
Place the cursor on order no.1 and click on Copy button and update wit as Order no. 2 in the editor screen. When you save it, you will see the selection in order.browse will remain as earlier but what I want is, the cursor should move on the newly copied order no. 2. Thanks for your suggestions.