I have a RadGrid that displays rows with textboxes for the user to enter qty's of an item they want to purchase. If an item doesn't exist in the grid, I need the user to have the ability to add it to the radgrid without losing values entered into the other rows. My question is how do I insert a row into the grid while keeping the current state of the grid?
Could I fill a datatable from RadGrid1 somehow then add a row to the datatable?
Could I fill a datatable from RadGrid1 somehow then add a row to the datatable?