I have a datagrid that is bound to an empty dataset but it has a row that allows you to enter data and an option to Insert the row into the grid with information they filled out. The idea behind this is that i want the user to be able to enter multiple records and when they finally click save, it inserts everything at once in a batch. My question is how do i insert the row into the empty dataset and then continue addind to the dataset so that i may allow the grid to continue to grow until they are ready to save and upload all the records at once.
Any help would be greatly appreciated. Thanks
Alex
Any help would be greatly appreciated. Thanks
Alex