This question is locked. New answers and comments are not allowed.
I use code below to set edit form template, this form appears for Insert and Edit record actions. Is it possible to set two different forms for Insert and for Edit?
Editable(editing => editing.Mode(GridEditMode.PopUp).TemplateName("AdminUserForm"))
Editable(editing => editing.Mode(GridEditMode.PopUp).TemplateName("AdminUserForm"))