G
Guest
I want to group my data being returned from my dataset, the dataset looks
like this:
<bmw></bmw>
<Lexus></Lexus>
<ChevyTahoe></Chevy>
<Mercedes></Mercedes>
<ToyotaFourRunner></Toyota>
If I get bmw, Lexus, or Mercedes returned i want to group them as 'Luxury'
and show them in my grid as that, If I get ChevyTahoe or ToyotaFourRunner
returned want to show them as 'SUV' and so on. how can I accomplish this? Is
this possible to do?
like this:
<bmw></bmw>
<Lexus></Lexus>
<ChevyTahoe></Chevy>
<Mercedes></Mercedes>
<ToyotaFourRunner></Toyota>
If I get bmw, Lexus, or Mercedes returned i want to group them as 'Luxury'
and show them in my grid as that, If I get ChevyTahoe or ToyotaFourRunner
returned want to show them as 'SUV' and so on. how can I accomplish this? Is
this possible to do?