Hi

use Advanced Data grid
 <mx:AdvancedDataGrid selectionColor="#8CAA62"
selectionMode="multipleCells" >
      <mx:ArrayCollection>
         <mx:Object>
            <mx:Artist>Pavement</mx:Artist>
            <mx:Price>11.99</mx:Price>
            <mx:Album>Slanted and Enchanted</mx:Album>
         </mx:Object>
         <mx:Object>
            <mx:Artist>Pavement</mx:Artist>
            <mx:Album>Brighten the Corners</mx:Album>
            <mx:Price>11.99</mx:Price>
         </mx:Object>
      </mx:ArrayCollection>
   </mx:AdvancedDataGrid>


On Oct 10, 7:16 pm, amit pathak <[email protected]> wrote:
> Hi,
>
> I have a dataGrid with two col. with item rederer(name,age).My requirment is
> ,when user click any of the cell in the dataGrid, the selected cell of
> datagrid changed to red colour
>
> Please suggest me.....Please-Please-Please suggest me
>
> --
> Thanks & Regards,
> Amit Pathak
> 09891665945

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

Reply via email to