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.
Filter Only On Some Columns
2 Answers
17 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mahdi
Top achievements
Rank 1
Mahdi
asked on
09 Oct 2013,
06:50 AM
Hello .
Is it Possible ? I mean ,for Example I have 5 Columns in My Grid and I want Filter be visible on 3 columns and be Invisible on other 2 Columns.
Can I do that and How?
Add a comment
Submit comment
Cancel
2 Answers
, 1 is accepted
Sort by
Score
Date
0
Shinu
Top achievements
Rank 1
answered on
09 Oct 2013,
07:05 AM
Hi Mahdi ,
In order to disable filtering for columns,you can set
AllowFiltering="false"
for that column.
ASPX:
<
telerik:GridBoundColumn
DataField
=
"ID"
HeaderText
=
"ID"
UniqueName
=
"ID"
AllowFiltering
=
"false"
/>
Thanks,
Shinu
Add a comment
Submit comment
Cancel
0
Mahdi
Top achievements
Rank 1
answered on
09 Oct 2013,
07:18 AM
Hi Shinu
Thank You.
I don't know why I asked this Simple Question .you've Solved one of my Problems.
Anyway Thank you again for fast Reply
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
Mahdi
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 1
Mahdi
Top achievements
Rank 1
Share this question
or
Copy link