You need to set the SelectTypeRowDefault property before you select the rows.
grid.DisplayLayout.SelectTypeRowDefault =
SelectType.Extended;
grid.DisplayLayout.Rows[0].Selected = true;
grid.DisplayLayout.Rows[1].Selected = true;