Hi,
Please handle the GroupViewSelectedItemEvent as shown below :
Public Sub gview_GroupViewItemSelected(sender As Object, e As EventArgs)
Dim gv As GroupView = sender
MessageBox.Show(gv.GroupViewItems(gv.SelectedItem).Text)
End Sub
Accessing just the sender.SelectedItem will give you the index of the selected GroupViewItem. I have also attached a
sample application that illustrates this. Please take a look at it and let me know if you need further assistance.
Regards,
Guru Patwal
Syncfusion, Inc.