This question is locked. New answers and comments are not allowed.
Hi, I have the following issue related RadGridView grouping functionallity, I am trying to explain it with example.
{ProductName=”Tv1”,Price=100}
{ProductName=”Tv2”,Price=100}
{ProductName=”Tv3”,Price=100}
{ProductName=”Tv4”,Price=200}
this list must be grouped by Price. My groups count should be 2, one grouped bye ( Price = 100) and second grouped bye (Price = 200). I do not need Second group, becouse it is contains one item ! Is there any option to solve this issue .Thanks !