Search
DomRenderer Methods
 


 Public Methods

  Name Description

invalidate

Implement this method in a derived class to handle re-rendering of the grid control.

onRowCreated

Implement this method in a derived class to handle row creation.

onRowDeleted

Implement this method in a derived class to handle row deletion.

onScroll

Implement this method in a derived class to handle scrolling.

onSelect

Implement this method in a derived class to handle selection.

onSort

Implement this method in a derived class to handle sorting.

refreshRows

Implement this method in a derived class to handle re-rendering of a row range.

renderGrid

Implement this method in a derived class to handle the initial rendering of the grid control.

 See Also