Hi,
I'm initializing the grid with a blank row using GridTemplateColumn and an empty datatable.
My scenario is that the user can fill this empty row and another empty row will be automatically added upon the user fill the 1st row.
However, when another empty row is added, the previous data in the 1st row became empty.
I want to add another row and keep the data in the previous row.
Nothing is saved in database until the user hits on "Process" button.
Please do let me know how I can achieve this scenario.
Thanks,
Bilal
I'm initializing the grid with a blank row using GridTemplateColumn and an empty datatable.
My scenario is that the user can fill this empty row and another empty row will be automatically added upon the user fill the 1st row.
However, when another empty row is added, the previous data in the 1st row became empty.
I want to add another row and keep the data in the previous row.
Nothing is saved in database until the user hits on "Process" button.
Please do let me know how I can achieve this scenario.
Thanks,
Bilal