in the example below I would like to have an ability to add a new empty row every time
"add new record" is clicked and then roll through somekind of "new items" collection to grab
all info entered and save to db in one bulk transaction. Is this possible ?
in the example It only allows to add one empty record and nothing happens when
"add new record" is clicked again. I also can not figure out how to get that new record (before it is saved in db)
from outside of the grid, like from some button click. The Grid.Items collection does not reflect that new empty
record and EditItems is also empty.
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/templateformupdate/defaultcs.aspx
"add new record" is clicked and then roll through somekind of "new items" collection to grab
all info entered and save to db in one bulk transaction. Is this possible ?
in the example It only allows to add one empty record and nothing happens when
"add new record" is clicked again. I also can not figure out how to get that new record (before it is saved in db)
from outside of the grid, like from some button click. The Grid.Items collection does not reflect that new empty
record and EditItems is also empty.
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/templateformupdate/defaultcs.aspx