The app is about Worm Farming Manager. It has 3 tables as shown below
here I'm facing a problem in the transaction table. I scaffolded the screen using the Transaction table. Whenever I tried to add an entry in this transaction screen, the grid shows same container for both From and To columns but in TransactionDetails page, it's showing correctly.
For eg. I'm moving 10 pupae from container B to container C, as shown in the below image
The grid shows Container B in both places
How to fix this?
Update #1
This is the GetTransactions method