Is there a valid example somewhere that shows using the RowEditingTemplate when adding a new row? I found one an older one, but I am so lost on the errors.
Do you have the
wdgConferenceRooms_RowAdding event on the server?
How do I get around 'console' is undefined.
It appears to get through all of this code, but it does not update the grid. Is there an event or something I am suppose to be calling?
Initializing the row and then using the
wdgConferenceRooms.get_behaviors().get_editingCore().get_behaviors().get_rowAdding()._commitRow();
worked but is there another method that is not preface with "_" which does the same thing. My understanding is that methods / variables that are prefixed with this are considered private or subject to change without warning.