[flex_india:26365] How change Flex DataGrid Header font (text) color White and row font (text) color Black?

View: New views
4 Messages — Rating Filter:   Alert me  

[flex_india:26365] How change Flex DataGrid Header font (text) color White and row font (text) color Black?

by Jewel-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi,
Can any body help me how change Flex DataGrid Header font (text) color White
and row font (text) color Black.
Thanks
Jewel

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex India Community" group.
To post to this group, send email to flex_india@...
To unsubscribe from this group, send email to flex_india+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---


[flex_india:26374] Re: How change Flex DataGrid Header font (text) color White and row font (text) color Black?

by Viv :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Here is the code try this --


<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
        <mx:Style>
                DataGrid {
                   color: #000000;
                   headerStyleName: "mydataGridHeaderStyle";
                }
               
                .mydataGridHeaderStyle {
                   color: #ffffff;
                }
        </mx:Style>
       
       
   <mx:DataGrid>
      <mx:ArrayCollection>
         <mx:Object Artist="Pavement"
            Album="Slanted and Enchanted" Price="11.99" />
         <mx:Object Artist="Pavement"
            Album="Brighten the Corners" Price="11.99" />
      </mx:ArrayCollection>
   </mx:DataGrid>
       
</mx:Application>










On Tue, Nov 3, 2009 at 9:31 PM, Tarikul Islam <tarikuli@...> wrote:
> Hi,
> Can any body help me how change Flex DataGrid Header font (text) color White
> and row font (text) color Black.
> Thanks
> Jewel
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex India Community" group.
To post to this group, send email to flex_india@...
To unsubscribe from this group, send email to flex_india+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---


[flex_india:26373] Re: How change Flex DataGrid Header font (text) color White and row font (text) color Black?

by Viv :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


   You can also go to the following link and explore more:

        http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html




On Tue, Nov 3, 2009 at 10:43 PM, Vivian Richard <kanpsack@...> wrote:

> Here is the code try this --
>
>
> <?xml version="1.0" encoding="utf-8"?>
> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
>        <mx:Style>
>                DataGrid {
>                   color: #000000;
>                   headerStyleName: "mydataGridHeaderStyle";
>                }
>
>                .mydataGridHeaderStyle {
>                   color: #ffffff;
>                }
>        </mx:Style>
>
>
>   <mx:DataGrid>
>      <mx:ArrayCollection>
>         <mx:Object Artist="Pavement"
>            Album="Slanted and Enchanted" Price="11.99" />
>         <mx:Object Artist="Pavement"
>            Album="Brighten the Corners" Price="11.99" />
>      </mx:ArrayCollection>
>   </mx:DataGrid>
>
> </mx:Application>
>
>
>
>
>
>
>
>
>
>
> On Tue, Nov 3, 2009 at 9:31 PM, Tarikul Islam <tarikuli@...> wrote:
>> Hi,
>> Can any body help me how change Flex DataGrid Header font (text) color White
>> and row font (text) color Black.
>> Thanks
>> Jewel
>>
>> >>
>>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex India Community" group.
To post to this group, send email to flex_india@...
To unsubscribe from this group, send email to flex_india+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---


[flex_india:26385] Re: How change Flex DataGrid Header font (text) color White and row font (text) color Black?

by edwin.vgwhiz@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Vivian!

On Wed, Nov 4, 2009 at 1:49 AM, Vivian Richard <kanpsack@...> wrote:

  You can also go to the following link and explore more:

       http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html




On Tue, Nov 3, 2009 at 10:43 PM, Vivian Richard <kanpsack@...> wrote:
> Here is the code try this --
>
>
> <?xml version="1.0" encoding="utf-8"?>
> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
>        <mx:Style>
>                DataGrid {
>                   color: #000000;
>                   headerStyleName: "mydataGridHeaderStyle";
>                }
>
>                .mydataGridHeaderStyle {
>                   color: #ffffff;
>                }
>        </mx:Style>
>
>
>   <mx:DataGrid>
>      <mx:ArrayCollection>
>         <mx:Object Artist="Pavement"
>            Album="Slanted and Enchanted" Price="11.99" />
>         <mx:Object Artist="Pavement"
>            Album="Brighten the Corners" Price="11.99" />
>      </mx:ArrayCollection>
>   </mx:DataGrid>
>
> </mx:Application>
>
>
>
>
>
>
>
>
>
>
> On Tue, Nov 3, 2009 at 9:31 PM, Tarikul Islam <tarikuli@...> wrote:
>> Hi,
>> Can any body help me how change Flex DataGrid Header font (text) color White
>> and row font (text) color Black.
>> Thanks
>> Jewel
>>
>> >>
>>
>





--
Ed Melendez
Print/Web/Media

646.246.4368
edwin.vgwhiz@...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex India Community" group.
To post to this group, send email to flex_india@...
To unsubscribe from this group, send email to flex_india+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---