There is a page for adding a person to the database (name, address, etc.), there are also 4 types of telephone numbers (work, city, etc.). I need to add several phone numbers of different types (2 mobile, 3 business for example). I want to do this through the GridView component and a sheet. That is, on the add page there is an empty grid without data binding, two columns with combobox and text types, in the combobox phone types (4 pieces). How can I make sure that I fill the table with numbers (using the built-in functions of the grid, creating, saving, etc.) so that when saving numbers they are saved in an empty pre-prepared sheet. I just don’t know exactly how to pull it out of the text field, which is inside the grid, where the number is entered and assign the desired type to it from the combo box and drop the value into a variable in the list.
Component ASPxGridView from DevExpress'a.