简体   繁体   中英

how to change of text in datagrid after selecting a row only, FLEX

How to change the selected row text color in datagrid. The selected row text color should look different form rest of row.

See: docs .

You can change styles in declaration tag or in CSS or in AS3.

For example, for "Spark" and "Mobile Spark" themes:

<s:DataGrid selectionColor="#FFCC00">

Also see "Styling rows and columns" docs for old Flex 3.x if needed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM