[flexcoders] Re: Accessing a datagrid row on itemClick event

2009-10-15 Thread rob
You may have to use an item renderer that looks for a value such as selected on the item it's rendering. Then by updating the object in the data provider will case it to redraw. There may be a simpler way though. Also make sure you have variableRowHeight set to true ;) Rob --- In flexcoders@

[flexcoders] Re: Accessing a datagrid row on itemClick event

2009-10-14 Thread Slackware
Hi, I've found that calling .invalidateList() in a itemrenderer inside a datagrid should resize the row height, but is not working for me. Any idea? --- In flexcoders@yahoogroups.com, "Slackware" wrote: > > Hi, > I want to access a datagrid row on itemClick event, to change the height of