[flexcoders] Re: DataGrid header styles...

2012-05-23 Thread aceoohay
Alex: If I knew what I was looking for, or knew how to find what I was looking for I would have used the GetStyle for the spcific things I needed. Is there documentation that describes the styles that would be applicable for a datagrid header? Paul --- In flexcoders@yahoogroups.com, Alex

Re: [flexcoders] Re: DataGrid header styles...

2012-05-23 Thread Alex Harui
If you are just interested in text styles, you can probably examine the styles supported for TextInput or Label. In Flex, you can subclass DG and add a “foo” style and support it in the renderer. But odds are that Excel won’t support it. On 5/23/12 2:32 PM, aceoohay pa...@compuace.com

[flexcoders] Re: DataGrid header background

2008-10-02 Thread Amy
--- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: If I want to have a header of some columns in a different color what do I basically do? Custom renderer? What would I use? Canvas? Thanks for help. You could look at my extended datagrid component, and use

[flexcoders] Re: Datagrid header column span

2008-04-25 Thread markgoldin_2000
Were you able to accomplish that? Thanks --- In flexcoders@yahoogroups.com, kpjj31 [EMAIL PROTECTED] wrote: Is possible to have a datagrid header span across multiple columns. I know the ADG will allow you to group columns, but I am looking to just have one header that is not top of it's

[flexcoders] Re: DataGrid header horizontal row seperator

2007-12-19 Thread m.frigge
Hey, it's kind of a stupid workaround but if you don't want to create a programmatic skin, you could set the headerHeight 10px higher and skin it so that it looks like there is a separator. Otherwise i guess you will have to skin it programmaticly... but not 100% on that though :-). HTH, Max

[flexcoders] Re: DataGrid Header Center Align??

2007-02-22 Thread Jack OMelia
You can set text align on the column to center but that will do the entire column. To just the header, use a headerRenderer with a text or label component set to center. That will center just the header and not the rest of the column. Look in the docs for headerRenderer. Jack --- In

[flexcoders] Re: DataGrid header

2006-11-07 Thread just_yva
simple mx:DataGrid id=sfweefdef showHeaders=false mx:DataGrid/ --- In flexcoders@yahoogroups.com, kb_karthi [EMAIL PROTECTED] wrote: Hi, I am new to Flex 2.0.Can anybody tell me how to turn off a datagrid header and just display the rows? -- Flexcoders Mailing List FAQ:

[flexcoders] Re: DataGrid header

2006-11-04 Thread Oliver Merk
showHeaders=false --- In flexcoders@yahoogroups.com, kb_karthi [EMAIL PROTECTED] wrote: Hi, I am new to Flex 2.0.Can anybody tell me how to turn off a datagrid header and just display the rows? -- Flexcoders Mailing List FAQ: