rowZoom( rowNumber )
This method zooms into a single row in an expandable grid with collapsed rows.
Parameter:
rowNumber - the row number identifying which row to zoom into;Â when using events such as onrowclick, onrowdblclick, onrowmouseover, and onrowmouseout, the row variable is automatically passed into the event and can be used as the parameter to this method
Example:
The following code can be assigned to an event, such as onrowclick.
getObj("Grid1").grid.rowZoom(row);