Multiple choice technology web technology

To format alternating rows of data in a datagrid, manipulate which property?

  1. HeaderStyle

  2. FooterStyle

  3. ItemStyle

  4. AlternatingItemStyle

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

AlternatingItemStyle is the property used to format alternating rows in a DataGrid. HeaderStyle formats column headers, FooterStyle formats the footer section, and ItemStyle formats regular (non-alternating) rows. Therefore option D is correct.