Telerik UI for WinForms
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 WinForms
This is a migrated thread and some comments may be shown as answers.
Restrict Reordering
1 Answer
9 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jebamalai
Top achievements
Rank 1
Jebamalai
asked on
30 Oct 2008,
09:16 AM
Dear All,
I have a windows Telerik Grid view, in that I want to restrict some columns to be rearranged by the user.
Can any one tell me how to perform this?
Add a comment
Submit comment
Cancel
1 Answer
, 1 is accepted
Sort by
Score
Date
0
Nick
Telerik team
answered on
04 Nov 2008,
08:30 AM
You can use
IsPinned
property of a given column, for example:
this
.radGridView1.Columns[0].IsPinned =
true
;
Kind regards,
the Telerik team
Check out
Telerik Trainer
, the state of the art learning tool for Telerik products.
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
GridView
Asked by
Jebamalai
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or
Copy link