Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.RowEditing.Config Class Reference

More...

Inheritance diagram for Ext.Net.RowEditing.Config:
Ext.Net.GridEditing.Config Ext.Net.Plugin.Config Ext.Net.LazyObservable.Config Ext.Net.Observable.Config Ext.Net.BaseControl.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator RowEditing.Builder (RowEditing.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseControl.Config
static Config ToConfig (string config)
 
static TConfig ToConfig< TConfig > (string config)
 

Properties

virtual bool AutoCancel [get, set]
 true to automatically cancel any pending changes when the row editor begins editing a new row. false to force the user to explicitly cancel the pending changes. Defaults to true. More...
 
virtual ? bool AutoUpdate [get, set]
 Set this to true to automatically confirm any pending changes when the row editor begins editing a new row. More...
 
virtual int ClicksToMoveEditor [get, set]
 The number of clicks to move the row editor to a new row while it is visible and actively editing another row. This will default to the same value as clicksToEdit. More...
 
virtual bool ErrorSummary [get, set]
 true to show a tooltip that summarizes all validation errors present in the row editor. Set to false to prevent the tooltip from showing. Defaults to true. More...
 
virtual string FormAriaLabel [get, set]
 The ARIA label template for screen readers to announce when row editing starts. More...
 
virtual int FormArialLabelRowBase [get, set]
 Screen readers will announce grid column header as first row of the ARIA table, so the first actual data row is #2 for screen reader users. More...
 
virtual ? bool RemoveUnmodified [get, set]
 If configured as true, then canceling an edit on a newly inserted record which has not been modified will delete that record from the store. More...
 
virtual string SaveBtnText [get, set]
 
virtual string CancelBtnText [get, set]
 
virtual string ErrorsText [get, set]
 
virtual string DirtyText [get, set]
 
virtual string SaveHandler [get, set]
 A function called when the save button is clicked More...
 
RowEditingListeners Listeners [get]
 Client-side JavaScript Event Handlers More...
 
RowEditingDirectEvents DirectEvents [get]
 Server-side Ajax Event Handlers More...
 
- Properties inherited from Ext.Net.GridEditing.Config
virtual int ClicksToEdit [get, set]
 The number of clicks on a grid required to display the editor (defaults to 2). More...
 
virtual string DefaultUI [get, set]
 UI for editor fields. More...
 
virtual string TriggerEvent [get, set]
 The event which triggers editing. Supercedes the clicksToEdit configuration. More...
 
- Properties inherited from Ext.Net.Observable.Config
ConfigItemCollection CustomConfig [get]
 Collection of custom js config More...
 
MessageBusListeners MessageBusListeners [get]
 
MessageBusDirectEvents MessageBusDirectEvents [get]
 
- Properties inherited from Ext.Net.BaseControl.Config
virtual string ItemID [get, set]
 An itemId can be used as an alternative way to get a reference to a component when no object reference is available. More...
 
virtual bool Disabled [get, set]
 
virtual short TabIndex [get, set]
 
virtual bool IsInForm [get, set]
 
virtual Unit Height [get, set]
 
virtual Unit Width [get, set]
 
virtual string ToolTip [get, set]
 
virtual bool RegisterAllResources [get, set]
 
virtual bool AutoDataBind [get, set]
 
virtual IDMode IDMode [get, set]
 
virtual LazyMode LazyMode [get, set]
 
virtual string Namespace [get, set]
 
List< ClientResourceItemResourceItems [get]
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseControl.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string ToScript ()
 

Detailed Description

Member Function Documentation

◆ operator RowEditing.Builder()

static implicit Ext.Net.RowEditing.Config.operator RowEditing.Builder ( RowEditing.Config  config)
inlinestatic

Property Documentation

◆ AutoCancel

virtual bool Ext.Net.RowEditing.Config.AutoCancel
getset

true to automatically cancel any pending changes when the row editor begins editing a new row. false to force the user to explicitly cancel the pending changes. Defaults to true.

◆ AutoUpdate

virtual ? bool Ext.Net.RowEditing.Config.AutoUpdate
getset

Set this to true to automatically confirm any pending changes when the row editor begins editing a new row.

◆ CancelBtnText

virtual string Ext.Net.RowEditing.Config.CancelBtnText
getset

◆ ClicksToMoveEditor

virtual int Ext.Net.RowEditing.Config.ClicksToMoveEditor
getset

The number of clicks to move the row editor to a new row while it is visible and actively editing another row. This will default to the same value as clicksToEdit.

◆ DirectEvents

RowEditingDirectEvents Ext.Net.RowEditing.Config.DirectEvents
get

Server-side Ajax Event Handlers

◆ DirtyText

virtual string Ext.Net.RowEditing.Config.DirtyText
getset

◆ ErrorsText

virtual string Ext.Net.RowEditing.Config.ErrorsText
getset

◆ ErrorSummary

virtual bool Ext.Net.RowEditing.Config.ErrorSummary
getset

true to show a tooltip that summarizes all validation errors present in the row editor. Set to false to prevent the tooltip from showing. Defaults to true.

◆ FormAriaLabel

virtual string Ext.Net.RowEditing.Config.FormAriaLabel
getset

The ARIA label template for screen readers to announce when row editing starts.

◆ FormArialLabelRowBase

virtual int Ext.Net.RowEditing.Config.FormArialLabelRowBase
getset

Screen readers will announce grid column header as first row of the ARIA table, so the first actual data row is #2 for screen reader users.

◆ Listeners

RowEditingListeners Ext.Net.RowEditing.Config.Listeners
get

Client-side JavaScript Event Handlers

◆ RemoveUnmodified

virtual ? bool Ext.Net.RowEditing.Config.RemoveUnmodified
getset

If configured as true, then canceling an edit on a newly inserted record which has not been modified will delete that record from the store.

◆ SaveBtnText

virtual string Ext.Net.RowEditing.Config.SaveBtnText
getset

◆ SaveHandler

virtual string Ext.Net.RowEditing.Config.SaveHandler
getset

A function called when the save button is clicked


The documentation for this class was generated from the following file: