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

Simple Edit Change

1 Answer 29 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 07 Jul 2014, 09:47 AM
Hi,


I have a simple radgrid control.  This displays two columns from a
database.  One column is displayed the
other is used to group. 

I have turned on the capability to edit the rows; however by
default the edit behaviour allows the users to change both values. 

Is there any way to restrict this to a single column?

Additionally when do I place the code to allow me to actually
carry out the edit / delete commands? 

TIA

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 07 Jul 2014, 11:13 AM
Hi Andy,

I guess you want to restrict a column from being edited, you can set its ReadOnly property to true. To know more about Edit/Insert/Delete operation, check this demo on Automatic Operations
Pleas elaborate on your requirement if this doesn't help.

Thanks,
Princy
Tags
Grid
Asked by
Andy
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or