I've looked around and seen many examples about how to edit records within a grid via an external form, and I've got that all up and running without incident.
but I also need to allow users to add new records to this grid as well. can this be accomplished? I don't want to use popup or inline editing when creating new records, and then have a different mechanism for editing existing records since this will be confusing.
using inline editing as an example, sort of works, in that, I can click create, a new row is created, I then click that row, and the external edit form will let me update some fields, but not all (https://dojo.telerik.com/eYUfiRuZ) and this solution is far from ideal, unless I can get the newly created row to be the default selection when the create button is selected.
Any thoughts?