Current data in a collection is the form given below:
Cap A
Abc 100
FFF 300
Cap B
Abc 150
XYZ 250
FFF 350
DDD 500
Cap C
Abc 450
XYZ 550
FFF 650
Required to display on Front End in a grid with Toggle button in each cell should be like given below
Cap A Cap B Cap C
Abc 100 150 450
XYZ 250 550
FFF 300 350 650
DDD 500
Both columns and rows details (count) will be dynamic.
Is this is possible in using Telerik control.