Class GanttClientSideEventsBuilder
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class GanttClientSideEventsBuilder
Constructors
GanttClientSideEventsBuilder(GanttProperties)
Initializes a new instance for client side event
Declaration
public GanttClientSideEventsBuilder(GanttProperties ganttProp)
Parameters
Type | Name | Description |
---|---|---|
GanttProperties | ganttProp | It displays the list of clientSideEvents |
Methods
ActionBegin(String)
Triggered for every gantt action before its starts
Declaration
public GanttClientSideEventsBuilder ActionBegin(string actionBegin)
Parameters
Type | Name | Description |
---|---|---|
System.String | actionBegin | It accepts the string value and return the respective data |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
ActionComplete(String)
Triggered for every gantt action success event.
Declaration
public GanttClientSideEventsBuilder ActionComplete(string actionComplete)
Parameters
Type | Name | Description |
---|---|---|
System.String | actionComplete | It accepts the string value and return the respective data |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
BeginEdit(String)
Triggered before the record is going to be edited.
Declaration
public GanttClientSideEventsBuilder BeginEdit(string beginEdit)
Parameters
Type | Name | Description |
---|---|---|
System.String | beginEdit | It accepts the string value and return the data of current cell record |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
CellSelected(String)
Triggered after the cell is selected
Declaration
public GanttClientSideEventsBuilder CellSelected(string cellSelected)
Parameters
Type | Name | Description |
---|---|---|
System.String | cellSelected | It accepts the string value and return the data of selected record |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
CellSelecting(String)
Triggered before the cell is going to be selected.
Declaration
public GanttClientSideEventsBuilder CellSelecting(string cellSelecting)
Parameters
Type | Name | Description |
---|---|---|
System.String | cellSelecting | It accepts the string value and return the data of selecting record |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
Collapsed(String)
Triggered after collapsed the record
Declaration
public GanttClientSideEventsBuilder Collapsed(string collapsed)
Parameters
Type | Name | Description |
---|---|---|
System.String | collapsed | It accepts the string value and return the data of collapsed row record |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
Collapsing(String)
Triggered while collapsing the gantt record
Declaration
public GanttClientSideEventsBuilder Collapsing(string collapsing)
Parameters
Type | Name | Description |
---|---|---|
System.String | collapsing | It accepts the string value and return the data of collapsing row record |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
ContextMenuOpen(String)
Enables or disables the contextmenu for gantt , when enabled contextmenu appears on right clicking gantt
Declaration
public GanttClientSideEventsBuilder ContextMenuOpen(string contextMenuOpen)
Parameters
Type | Name | Description |
---|---|---|
System.String | contextMenuOpen | It accepts the string value and return the data of context menu items |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
Create(String)
Triggered after complete the gantt rendering
Declaration
public GanttClientSideEventsBuilder Create(string create)
Parameters
Type | Name | Description |
---|---|---|
System.String | create | It accepts the string value and triggers the gantt model |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
EndEdit(String)
Triggered after save the modified cellValue in gantt.
Declaration
public GanttClientSideEventsBuilder EndEdit(string endEdit)
Parameters
Type | Name | Description |
---|---|---|
System.String | endEdit | It accepts the string value and return the data of edited cell record |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
Expanded(String)
Triggered after expand the record
Declaration
public GanttClientSideEventsBuilder Expanded(string expanded)
Parameters
Type | Name | Description |
---|---|---|
System.String | expanded | It accepts the string value and return the data of expanded row record |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
Expanding(String)
Triggered while expanding the gantt record
Declaration
public GanttClientSideEventsBuilder Expanding(string expanding)
Parameters
Type | Name | Description |
---|---|---|
System.String | expanding | It accepts the string value and return the data of expanding row record |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
Load(String)
Triggered while gantt is loaded
Declaration
public GanttClientSideEventsBuilder Load(string load)
Parameters
Type | Name | Description |
---|---|---|
System.String | load | It accepts the string value and triggers the gantt model |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
QueryCellInfo(String)
Triggered while rendering each cell in the gantt
Declaration
public GanttClientSideEventsBuilder QueryCellInfo(string queryCellInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | queryCellInfo | It accepts the string value and return the column data |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
QueryTaskbarInfo(String)
Triggered while rendering each taskbar in the gantt chart
Declaration
public GanttClientSideEventsBuilder QueryTaskbarInfo(string queryTaskbarInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | queryTaskbarInfo | It accepts the string value and return the data of the record |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
RowDataBound(String)
Triggered while rendering each row
Declaration
public GanttClientSideEventsBuilder RowDataBound(string rowDataBound)
Parameters
Type | Name | Description |
---|---|---|
System.String | rowDataBound | It accepts the string value and return the row data |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
RowDrag(String)
Triggered while dragging a row in Gantt control
Declaration
public GanttClientSideEventsBuilder RowDrag(string rowDrag)
Parameters
Type | Name | Description |
---|---|---|
System.String | rowDrag | It accepts the string value and return the data of draging record |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
RowDragStart(String)
Triggered while start to drag row in Gantt control
Declaration
public GanttClientSideEventsBuilder RowDragStart(string rowDragStart)
Parameters
Type | Name | Description |
---|---|---|
System.String | rowDragStart | It accepts the string value and return the data which we start to drag |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
RowDragStop(String)
Triggered while drop a row in Gantt control
Declaration
public GanttClientSideEventsBuilder RowDragStop(string rowDragStop)
Parameters
Type | Name | Description |
---|---|---|
System.String | rowDragStop | It accepts the string value and return the data which we are dropped to row |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
RowSelected(String)
Triggered after the row is selected
Declaration
public GanttClientSideEventsBuilder RowSelected(string rowSelected)
Parameters
Type | Name | Description |
---|---|---|
System.String | rowSelected | It accepts the string value and return the data of selected record |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
RowSelecting(String)
Triggered before the row is going to be selected.
Declaration
public GanttClientSideEventsBuilder RowSelecting(string rowSelecting)
Parameters
Type | Name | Description |
---|---|---|
System.String | rowSelecting | It accepts the string value and return the data of selecting record |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
SplitterResized(String)
Triggered after splitter resizing
Declaration
public GanttClientSideEventsBuilder SplitterResized(string splitterResized)
Parameters
Type | Name | Description |
---|---|---|
System.String | splitterResized |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
TaskbarClick(String)
Triggered while clicking the taskbar
Declaration
public GanttClientSideEventsBuilder TaskbarClick(string taskbarClick)
Parameters
Type | Name | Description |
---|---|---|
System.String | taskbarClick | It accepts the string value and return the data of clicked row |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
TaskbarEdited(String)
Triggered after completing the editing operation in taskbar
Declaration
public GanttClientSideEventsBuilder TaskbarEdited(string taskbarEdited)
Parameters
Type | Name | Description |
---|---|---|
System.String | taskbarEdited | It accepts the string value and return the data of edited record |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
TaskbarEditing(String)
Triggered while editing the gantt chart (dragging, resizing the taskbar )
Declaration
public GanttClientSideEventsBuilder TaskbarEditing(string taskbarEditing)
Parameters
Type | Name | Description |
---|---|---|
System.String | taskbarEditing | It accepts the string value and return the data of editing taskbar |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |
ToolbarClick(String)
Triggered when toolbar item is clicked in Gantt.
Declaration
public GanttClientSideEventsBuilder ToolbarClick(string toolbarClick)
Parameters
Type | Name | Description |
---|---|---|
System.String | toolbarClick | It accepts the string value and return the data of clicked toolbar item |
Returns
Type | Description |
---|---|
GanttClientSideEventsBuilder | GanttClientSideEventsBuilder |