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

how to disable inline editing option in grid

1 Answer 343 Views
Grid
This is a migrated thread and some comments may be shown as answers.
San
Top achievements
Rank 1
San asked on 13 Feb 2013, 07:15 AM
Hi

just check the below code

  <telerik:GridEditCommandColumn UniqueName="EditColumn" HeaderText="Edieeeee">
                    </telerik:GridEditCommandColumn>

i have added the above code inside the colums to edit the data and  after clicking the edit  link ,all the cell values i wanted bind into external textbox in my form but problem is when i m clicking on this ,in grid itself inline editing option is coming , i wanted to hide that properties because after binding into text box i wanted update the data in "update" button  click of the form not inside grid..

Thanks
San

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Feb 2013, 07:27 AM
Hi,

You can set the EditMode depending on the requirement. Here is the sample code.
aspx:
<MasterTableView EditMode="EditForms">

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