yea, I saw that on the site, and it worked :-)
 
Thanks.  But, of course, one question opens the door for more, and I've seen renderers done like:
 
<DataGridColumn headerRenderer="{HeaderRenderer}"..../>
 
Now forgive me for being hasty on this one, bc the end of the day is drawing, but in those examples I saw online, they always use a default constructor.
 
Is there anyway to pass a value to that renderer, and use a non default constructor(constructor w/ arguments)?
 
Example which is failing on me:
 
<DataGridColumn headerRenderer="{HeaderRenderer(val1,val2)}"...
 
I've also tried
 
<DataGridColumn headerRenderer={"new HeaderRenderer(val1,val2)"}...
 
They don't work, and i've been stuck on it now. :-(
 
Nick Sauro + R O U N D A R C H + bus 212.909.2335 + mob 914.882.3687
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of alex_harui
Sent: Tuesday, July 12, 2005 4:49 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: mouse over text for a datagrid column

You can write a custom header renderer with a tooltip property

--- In flexcoders@yahoogroups.com, "nick" <[EMAIL PROTECTED]> wrote:
> Hey everyone, new to the group :-)
>
> Just gotta question regarding mouse over text for a datagrid column
> header...how is it done?  I dont see any properties attribute to set
> it with.  Is it possible?
>
> Thanks




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to