Hi,
when I selected a row on my grid (A) I load another grid (B) based on the selection.
Grid B is always open on edit mode
When I click on button located into grid A I need to find the edited items on grid B
I try to be more clear...
1. Select row on grid A
2. Open grid B in edit mode
3. Edit cells on grid B
4. Press button on grid A and find the edited cells on grid B
How can I find the edited cells on grid B?
Thank you