Version 20.1

RowEditDialogOptions Class Properties

For a list of all members of this type, see RowEditDialogOptions members.

Public Properties
 NameDescription
Public PropertyAnimationDurationSpecifies the animation duration for the opening and closing operations.  
Public PropertyCaptionLabelSpecifies the caption of the dialog. If not set $.ig.GridUpdating.locale.rowEditDialogCaptionLabel is used.  
Public PropertyContainmentControls the containment of the dialog's drag operation.  
Public PropertyDialogTemplateSpecifies a template to be rendered against the currently edited record (or up-to-date key-value pairs in the case of not yet created records). It may contain an element decorated with the 'data-render-tmpl' attribute to specify where the control should render the editors template specified in the editorsTemplate option. For custom dialogs, the elements can be decorated with 'data-editor-for-  
Public PropertyDialogTemplateSelectorSpecifies a selector to a template rendered against the currently edited record (or up-to-date key-value pairs in the case of not yet created records). It may contain an element decorated with the 'data-render-tmpl' attribute to specify where the control should render the editors template specified in the editorsTemplate option. For custom dialogs, the elements can be decorated with 'data-editor-for-  
Public PropertyEditorsColumnWidthControls the width of the column containing the editors in the default row edit dialog.  
Public PropertyEditorsTemplateSpecifies a template to be executed for each column in the grid's column collection. Decorate the element to be used as an editor with 'data-editor-for-${key}'. The ${key} template tag should be replaced with the chosen templating engine's syntax for rendering values. If any editors for columns are specified in the dialog markup they will be exluded from the data the template will be rendered for. This property is ignored if the dialog template does not include an element with the 'data-render-tmpl' attribute. If both EditorsTemplate and EditorsTemplateSelector are specified, EditorsTemplateSelector will be used. The default template is '  
Public PropertyEditorsTemplateSelectorSpecifies a selector to a template to be executed for each column in the grid's column collection. Decorate the element to be used as an editor with 'data-editor-for-${key}'. The ${key} template tag should be replaced with the chosen templating engine's syntax for rendering values. If any editors for columns are specified in the dialog markup they will be exluded from the data the template will be rendered for. This property is ignored if the dialog template does not include an element with the 'data-render-tmpl' attribute. If both EditorsTemplate and EditorsTemplateSelector are specified, EditorsTemplateSelector will be used. The default template is '  
Public PropertyHeightControls the default row edit dialog height.  
Public PropertyNamesColumnWidthControls the width of the column containing the column names in the default row edit dialog.  
Public PropertyShowDoneCancelButtonsControls the visibility of the done and cancel buttons for the dialog. If disabled the end-user will be able to stop editing only with the ENTER and ESC keys.  
Public PropertyShowEditorsForHiddenColumnsControls if editors should be rendered for hidden columns.  
Public PropertyShowReadonlyEditorsControls if editors should be rendered for read-only columns. If rendered, these editors will be disabled.  
Public PropertyWidthControls the default row edit dialog width.  
Protected Properties
 NameDescription
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub