Hello
Brad,
You can achieve the requested scenario by binding the grid to an empty data source initially and use the
CommandItem to show that
Add New Record button. The grid structure should have either a
TempalteColumn with a RadComboBox control as an
EditItemTemplate column or use
DropDownColumn. This way when you add an item a DropDown editor will be rendered in the edit form.
Regards deleting an item you first need to choose which edit mode will you use. More about the different edit modes could be found in our
documentation. Generally you can specify a column with delete buttons which allows you to delete a certain item. In case you want to perform a multiple changes to the grid data and save them at once I would recommend you to use
Batch editing.
Please give this suggestions a try and let me know about the result.
Regards,
Kostadin
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items