Hello, Blake,
Currently, to select the first group item you can use the following code snippet:
RadLayoutControl layoutcontrol = this.radCardView1.CardTemplate as RadLayoutControl;
CardViewGroupItem group = layoutcontrol.Items[0] as CardViewGroupItem;
LayoutControlTabbedGroup tg = group.Items[0] as LayoutControlTabbedGroup;
tg.SelectedGroup = tg.ItemGroups[0] as LayoutControlGroupItem;
Regards,
Nadya
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.