Telerik UI for ASP.NET AJAX
Overview
Demos
Roadmap
What's New
Roadmap
Release History
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Try now
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX
This is a migrated thread and some comments may be shown as answers.
Hide Row Field Column
1 Answer
95 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.
Add a comment
Submit comment
Cancel
1 Answer
, 1 is accepted
Sort by
Score
Date
0
Shinu
Top achievements
Rank 1
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
Add a comment
Submit comment
Cancel
Answer this question
Drag and drop files here or
browse
to attach...
Browse
for files to attach...
Supported file types: PNG, JPG, JPEG, ZIP, RAR, TXT. Max total file size - 20MB.
Submit answer
Cancel
Tags
PivotGrid
Asked by
Syed
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 1
Share this question
or
Copy link