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

Restrict Reordering

1 Answer 36 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?


1 Answer, 1 is accepted

Sort by
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.
Tags
GridView
Asked by
Jebamalai
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or