Hi,
I would like to use a different data source stracture for my grid- a customized list with a struct that I created.
The purpose is to keep all the added rows in this structure, and only after the user finished adding all the relevant rows to the grid, I'll run through all added items in this struct and add them to the DB in a loop.
The same should occure upon records retrieving from the DB- the DB will fill this struct and then the grid will be filled based on the struct items.
If it's possible to do so, I'll appreciate it if you could send me a code example for that.
Thanks,
Tamar
I would like to use a different data source stracture for my grid- a customized list with a struct that I created.
The purpose is to keep all the added rows in this structure, and only after the user finished adding all the relevant rows to the grid, I'll run through all added items in this struct and add them to the DB in a loop.
The same should occure upon records retrieving from the DB- the DB will fill this struct and then the grid will be filled based on the struct items.
If it's possible to do so, I'll appreciate it if you could send me a code example for that.
Thanks,
Tamar