Hi, I am using this example in my project.
http://demos.telerik.com/aspnet-ajax/grid/examples/groupby/groupfooter/defaultcs.aspx
I wan to remove the collapse button/icon. Using code below, but it doent help.
<ExpandCollapseColumn Visible="false">
</ExpandCollapseColumn>
I want also remove top row (Unit price), such that only columnheader is visible.
One example below indicate how I want to display the data:
Product name Price
Category1
1 10
2 20
Sum 30
Category2
1 10
2 20
3 25
Sum 55
Category3
1 10
2 20
4 10
Sum 40
---------------------------
Total sum 125
Pls help me soon.
Thanks
Thaya
http://demos.telerik.com/aspnet-ajax/grid/examples/groupby/groupfooter/defaultcs.aspx
I wan to remove the collapse button/icon. Using code below, but it doent help.
<ExpandCollapseColumn Visible="false">
</ExpandCollapseColumn>
I want also remove top row (Unit price), such that only columnheader is visible.
One example below indicate how I want to display the data:
Product name Price
Category1
1 10
2 20
Sum 30
Category2
1 10
2 20
3 25
Sum 55
Category3
1 10
2 20
4 10
Sum 40
---------------------------
Total sum 125
Pls help me soon.
Thanks
Thaya