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
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