Hey Ben, thx for your answer, but it is doing exactly the same when I use the itemClick event and when I use itemFocusIn it doesn't do anything at all?! I reckon I either have to customize the column or the Renderer.. something like that. But I don't have enough experience to figure out what and where. Any other ideas? This issue is really driving me nuts. I mean it shouldn't be a big thing to achieve something simple like that?!
Cheers, Max --- In [email protected], "ben.clinkinbeard" <[EMAIL PROTECTED]> wrote: > > Its because you're calling your compute function from the change > event. Try calling it from itemFocusIn or itemClick or something. > > HTH, > Ben > > > --- In [email protected], "m.frigge" <m.frigge@> wrote: > > > > Hey there, > > > > i found some nice examples for an itemRenderer here > > > <http://blogs.adobe.com/aharui/2007/03/thinking_about_item_renderers_1.h\ > > tml> . > > I tried to use one of them for an app i am developing. > > In my case i need the colum's style to change when i select it, but you > > can only see the changes, after selecting another item. How can i force > > the item to update its style immediately? > > > > Here <http://16-bits.com/itemrenderer/ComputedStyles.html> is an > > example with ViewSource enabled. > > > > Cheers, Max > > >

