This is a migrated thread and some comments may be shown as answers.

Hide Row Field Column

1 Answer 175 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Syed
Top achievements
Rank 1
Syed asked on 05 Nov 2013, 04:34 AM
how to Hide the Row Field Column,

In Rad grid we use Display=false ,is there any function for hiding the Pivot grid Row Field Column.

In my project i want to display the row fields in some order for that i use a Row Number column  but this rownumer column of Row field shold be hidden.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Nov 2013, 06:44 AM
Hi Syed,

You can set the IsHidden property of the PivotGridRowField to true, to hide that column.

ASPX:
<telerik:PivotGridRowField DataField="Discount" Caption="Discount" UniqueName="Discount"
IsHidden
="true">
</telerik:PivotGridRowField>

Thanks,
Shinu
Tags
PivotGrid
Asked by
Syed
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or