Hi,
I have sitution where by I have list view which shows type and with each type there are various sub type bind with gridview. in the gridview i have template field which has radiobutton i want user can select one subtype with radiobutton under each type.
Listview bind with types
Type A
//Inside listview i have gridview showing multiple sub type for Type A and so on
//start gridivew
template field Subtype
radiobutton abc
radiobutton ce
radiobutton vc
//out of various sub type for Type A, user can only select one radiobutton for e.g if select abc and then click on ce sub type so selected radiobutton for abc should automatically unselected same goes for rest of the types below
Type B
Type C