Hello,
I'm writing logic to add and store some data in an empty grid.
This is fine but I need data information for the rows I added before saving.
Accessing saveChanges () is easy to save, but I need a list of that data.
In summary
Please tell me how to access and use the data before saving the rows I just added with AddRow.
I'm writing logic to add and store some data in an empty grid.
This is fine but I need data information for the rows I added before saving.
Accessing saveChanges () is easy to save, but I need a list of that data.
In summary
Please tell me how to access and use the data before saving the rows I just added with AddRow.