Hi,

I'm trying for hours but doesn't come to a solution.

I have a handler that should set a selected row in a datagrid to bold. 
The only thing I figured out is the highlighting for colums:

function renderCell(event) {
     grid1.getColumnAt(event.columnIndex).setStyle("fontSize", 14);
}

(The renderCell is called on cellPress in the data grid.)

Could someone help me with setting the selected row to bold?

Thanks in andvance

Reto


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to