Multiple choice technology web technology To format alternating rows of data in a datagrid, manipulate which property? HeaderStyle FooterStyle ItemStyle 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.