ClientSideEvents Class Members

See Also Infragistics.WebUI.UltraWebGrid.v3.1 Feedback on this topic...

ClientSideEvents Class Members

ClientSideEvents overview

Public Constructors
Public Constructor ClientSideEvents Constructor The default public constructor for the ClientSideEvents object. This object is created automatically by the UltraWebGrid control.
Public Properties
Public Property AfterCellUpdateHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after a cell has been updated on the client.
Public Property AfterColumnMoveHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after a column has been moved on the client.
Public Property AfterColumnSizeChangeHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after the width of a column has changed on the client.
Public Property AfterEnterEditModeHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after the user begins editing a cell.
Public Property AfterExitEditModeHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after the value of a cell has been edited on the client.
Public Property AfterRowActivateHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after a row is activated on the client.
Public Property AfterRowCollapsedHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after a row is collapsed on the client.
Public Property AfterRowDeletedHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after a row is deleted on the client.
Public Property AfterRowExpandedHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after a row is expanded on the client.
Public Property AfterRowInsertHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after a row is added on the client.
Public Property AfterRowSizeChangeHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after the height of a row has changed on the client.
Public Property AfterRowTemplateCloseHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after a row edit template is closed on the client.
Public Property AfterRowTemplateOpenHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after a row edit template is opened on the client.
Public Property AfterSelectChangeHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after selection has changed on the client.
Public Property AfterSortColumnHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called after a column has been sorted on the client.
Public Property BeforeCellChangeHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before a row is activated on the client.
Public Property BeforeCellUpdateHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before a cell is updated on the client.
Public Property BeforeColumnMoveHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before a column is moved on the client.
Public Property BeforeColumnSizeChangeHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before the width of a column is changed on the client.
Public Property BeforeEnterEditModeHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before a cell is edited on the client.
Public Property BeforeExitEditModeHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before the value of the cell being edited is accepted on the client.
Public Property BeforeRowActivateHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before a row is activated on the client.
Public Property BeforeRowCollapsedHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before a row is collapsed on the client.
Public Property BeforeRowDeletedHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before a row is deleted on the client.
Public Property BeforeRowExpandedHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before a row is expanded on the client.
Public Property BeforeRowInsertHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before a row is added on the client.
Public Property BeforeRowSizeChangeHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before the height of a row is changed on the client.
Public Property BeforeRowTemplateCloseHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before a row edit template is closed on the client.
Public Property BeforeRowTemplateOpenHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before a row edit template is opened on the client.
Public Property BeforeSelectChangeHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before selection has changed on the client.
Public Property BeforeSortColumnHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called before a column has been sorted on the client.
Public Property CellChangeHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when the active cell is changed on the client.
Public Property CellClickHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when the mouse's button is clicked over a cell of the grid on the client.
Public Property ClickCellButtonHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when a cell's button is clicked on the client.
Public Property ColumnDragHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when a column is being dragged on the client.
Public Property ColumnHeaderClickHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when the mouse is clicked over a column header of the grid on the client.
Public Property DblClickHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when a cell is double-clicked on the client.
Public Property EditKeyDownHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when a key is pressed during edit mode on the client.
Public Property EditKeyUpHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when a key is released during edit mode on the client.
Public Property GridCornerImageClickHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when the left mouse button is clicked on the GridCornerImage image of the grid on the client.
Public Property HasChanges (Inherited from Infragistics.WebUI.Shared.WebComponentBase) 
Public Property InitializeLayoutHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when the internal document object model is being initialized on the client.
Public Property InitializeRowHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when a row is being initialized on the client.
Public Property IsTrackingViewState (Inherited from Infragistics.WebUI.Shared.WebComponentBase) 
Public Property KeyDownHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when a key is pressed when the grid is active on the client.
Public Property KeyUpHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when a key is released when the grid is active on the client.
Public Property MouseDownHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when the left mouse button is pressed over the grid on the client.
Public Property MouseOutHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when the cursor leaves an item of the grid on the client.
Public Property MouseOverHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when the cursor enters an item of the grid on the client.
Public Property MouseUpHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when the left mouse button is released over the grid on the client.
Public Property RowSelectorClickHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when the mouse is clicked over a row selector of the grid on the client.
Public Property TemplateUpdateCellsHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when the edit template is about to be closed on the client. The event is called for each control in the template that has the columnKey attribute set. To update cells values properly a developer has to handle the event.
Public Property TemplateUpdateControlsHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when the edit template is shown on the client. The event is called for each control in the template that has the columnKey attribute set. To initialize those controls values properly a developer has to handle the event.
Public Property ValueListSelChangeHandler Returns or sets a string of text that specifies the name of the JavaScript function to be called when the value list selection is changed on the client.
Public Methods
Public Method Commit (Inherited from Infragistics.WebUI.Shared.WebComponentBase) 
Public Method CopyFrom Copies the ClientSideEvents object
Public Method CreateBackup (Inherited from Infragistics.WebUI.Shared.WebComponentBase) 
Public Method LoadViewState (Inherited from Infragistics.WebUI.Shared.WebComponentBase) 
Public Method Reset (Inherited from Infragistics.WebUI.Shared.WebComponentBase) 
Public Method Rollback (Inherited from Infragistics.WebUI.Shared.WebComponentBase) 
Public Method SaveViewState (Inherited from Infragistics.WebUI.Shared.WebComponentBase) 
Public Method ToString Overridden. Returns a string representation of an ClientSideEvents object.
Public Method TrackViewState (Inherited from Infragistics.WebUI.Shared.WebComponentBase) 
Protected Properties
Protected Property ViewState (Inherited from Infragistics.WebUI.Shared.WebComponentBase) 
See Also

ClientSideEvents Class  | Infragistics.WebUI.UltraWebGrid Namespace

 

 


?2004 ?Infragistics, Inc.

评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值