Hi Acumatica Community,
I am facing an issue with Acumatica Modern UI customization.
I have a custom screen where I need to perform some UI/business logic when a new row is added to a grid. I have implemented the logic using the RowSelected event of the DAC.
The behavior is different between Classic UI and Modern UI:
- In Classic UI,
RowSelectedis triggered as expected. - In Modern UI, when I click Add New Record and a new row is created, the expected
RowSelectedevent is not triggered. - The event works in other scenarios, such as when selecting or navigating through existing records.