For a list of all members of this type, see RowEditDialogOptions members.
Name | Description | |
---|---|---|
![]() | AnimationDuration | Specifies the animation duration for the opening and closing operations. |
![]() | CaptionLabel | Specifies the caption of the dialog. If not set $.ig.GridUpdating.locale.rowEditDialogCaptionLabel is used. |
![]() | Containment | Controls the containment of the dialog's drag operation. |
![]() | DialogTemplate | Specifies 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- |
![]() | DialogTemplateSelector | Specifies 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- |
![]() | EditorsColumnWidth | Controls the width of the column containing the editors in the default row edit dialog. |
![]() | EditorsTemplate | Specifies 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 ' |
![]() | EditorsTemplateSelector | Specifies 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 ' |
![]() | Height | Controls the default row edit dialog height. |
![]() | NamesColumnWidth | Controls the width of the column containing the column names in the default row edit dialog. |
![]() | ShowDoneCancelButtons | Controls 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. |
![]() | ShowEditorsForHiddenColumns | Controls if editors should be rendered for hidden columns. |
![]() | ShowReadonlyEditors | Controls if editors should be rendered for read-only columns. If rendered, these editors will be disabled. |
![]() | Width | Controls the default row edit dialog width. |
Name | Description | |
---|---|---|
![]() | Store | Return the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase) |
View on GitHub