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

[Solved] ? using AllowAutomaticUpdates

1 Answer 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Gina
Top achievements
Rank 1
Gina asked on 24 Apr 2009, 05:06 PM
Is there a way to disable some of the textboxes that come up when you go into edit mode ?

Example :

if the report shows 5 columns and you only have 3 columns that you want editable. How do I lock down the other 2 columns ?

Thanks for the help
Gina

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 24 Apr 2009, 05:10 PM
Hello Gina,

You could set the ReadOnly property to true as shown my code-snippet below:
<telerik:GridBoundColumn  
    ReadOnly="true"  
    DataField="Name"  
    HeaderText="Name" 
    UniqueName="Name"
</telerik:GridBoundColumn> 

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Gina
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or