Version

TreeGridClientEvents Class Members

The following tables list the members exposed by TreeGridClientEvents.

Public Fields
 NameDescription
Public FieldChildRowCollapsedEvent which is fired after a child treegrid row is hidden. Use args.owner to access the treegrid object. Use args.row to access a row element that is hidden(jQuery representation). Use args.fixedRow to access a fixed row element that is hidden(jQuery representation). If there aren't fixed columns it is undefined. Use args.dataBoundDepth to access the databound depth level of the treegrid row.  
Public FieldChildRowCollapsingEvent which is fired when a child treegrid row is about to be hidden. Return false in order to cancel child row collapsing. Use args.owner to access the treegrid object. Use args.row to access a row element that should be hidden(jQuery representation). Use args.fixedRow to access a fixed row element that should be hidden(jQuery representation). If there aren't fixed columns it is undefined. Use args.dataBoundDepth to access the databound depth level of the treegrid row.  
Public FieldChildRowExpandedEvent which is fired after a child treegrid row is shown. Use args.owner to access the treegrid object. Use args.row to access a row element that is shown(jQuery representation). Use args.fixedRow to access a fixed row element that is shown(jQuery representation). If there aren't fixed columns it is undefined. Use args.dataBoundDepth to access the databound depth level of the treegrid row.  
Public FieldChildRowExpandingEvent which is fired when a child treegrid row is about to be shown. Return false in order to cancel child row expanding. Use args.owner to access the treegrid object. Use args.row to access a row element that should be shown(jQuery representation). Use args.fixedRow to access a fixed row element that should be shown(jQuery representation). If there aren't fixed columns it is undefined. Use args.dataBoundDepth to access the databound depth level of the treegrid row.  
Public FieldRowCollapsedEvent which is fired after a treegrid row(for the most parent layout) is collapsed. Use args.owner to access the treegrid object. Use args.row to access a row element(for the most parent layout) that was collapsed(jQuery representation). Use args.fixedRow to access a (top most parent fixed)row element that was collapsed(jQuery representation). If there aren't fixed columns it is undefined. Use args.dataBoundDepth to access the databound depth level of the topmost treegrid row that was collapsed.  
Public FieldRowCollapsingEvent which is fired when a treegrid row(for the most parent layout) is about to be collapsed. Return false in order to cancel row collapsing. Use args.owner to access the treegrid object. Use args.row to access a row element(for the most parent layout) that should be collapsed(jQuery representation). Use args.fixedRow to access a (top most parent fixed)row element that is going to be collapsed(jQuery representation). If there aren't fixed columns it is undefined. Use args.dataBoundDepth to access the databound level of the topmost treegrid row to be collapsed.  
Public FieldRowExpandedEvent which is fired after a treegrid row(for the most parent layout) is expanded. Use args.owner to access the treegrid object. Use args.row to access a row element(for the most parent layout) that was expanded(jQuery representation). Use args.fixedRow to access a (top most parent)fixed row element that was expanded(jQuery representation). If there aren't fixed columns it is undefined. Use args.dataBoundDepth to access the databound level of the topmost treegrid row that was expanded.  
Public FieldRowExpandingEvent which is fired when a treegrid row(for the most parent layout) is about to be expanded. Return false in order to cancel row expanding. Use args.owner to access the treegrid object. Use args.row to access a row element(for the most parent layout) that should be expanded(jQuery representation). Use args.fixedRow to access a (top most parent)fixed row element that is about to expanded(jQuery representation). If there aren't fixed columns it is undefined. Use args.dataLevel to access the databound level of the topmost treegrid row to be expanded.  
See Also

View on GitHub