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

[Solved] How to disable row editing in GridView with Autogenerate Columns set to true?

1 Answer 188 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
kalyan gupta
Top achievements
Rank 1
kalyan gupta asked on 31 Aug 2010, 11:26 AM
Hi @

I have a Silverlight Telerik Frid in which I have AutoGenerate Columns set to True and I want users not to edit the cells. Please let me know is there any property which will do this.

I have tried setting IsEnabled property of GridView to false but I have many columns in the grid so by setting IsEnabled to false, Scroll bars of GridView are also disabled.

Thanks in advance
Kalyan Gupta B

1 Answer, 1 is accepted

Sort by
0
kalyan gupta
Top achievements
Rank 1
answered on 31 Aug 2010, 11:28 AM
IsReadOnly = true did the job.

Thanks
Tags
GridView
Asked by
kalyan gupta
Top achievements
Rank 1
Answers by
kalyan gupta
Top achievements
Rank 1
Share this question
or