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.
Show and hide columns by clicking on headers
1 Answer
12 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Erin
Top achievements
Rank 1
Erin
asked on
09 Oct 2013,
12:49 PM
Hi,
How to show and hide columns by clicking on headers of the columns.
Thanks,
Erin.
Add a comment
Submit comment
Cancel
1 Answer
, 1 is accepted
Sort by
Score
Date
0
Princy
Top achievements
Rank 1
answered on
09 Oct 2013,
12:52 PM
Hi Erin,
You can hide or show columns using the
EnableHeaderContextMenu="true"
for the radgrid.It lists the columns of radgrid,you can choose to show or hide columns.
ASPX:
<
telerik:RadGrid
ID
=
"RadGrid1"
runat
=
"server"
EnableHeaderContextMenu
=
"true"
>
. . . . .
</
telerik:RadGrid
>
Thanks,
Princy
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
Grid
Asked by
Erin
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 1
Share this question
or
Copy link