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

Edit cell values using Client Side Scripts

0 Answers 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
agasthya
Top achievements
Rank 1
agasthya asked on 05 Feb 2018, 03:27 PM

Hi,

How to Edit Selected Rows of a Grid using Client Side Scripts? I am able show the value from a List in the Grid and then when i select the rows and click on Edit Button i should be able to edit only one column value of the selected rows.

How can i achieve this requirement? Please let me know any way to get this done.

Below is my code:

<telerik:GridTemplateColumn DataField="ResourceCapacity" ColumnEditorID="clmResCap" UniqueName="ResourceCapacityTemplateColumn" HeaderText="ResourceCapacity">
                            <ClientItemTemplate >
                                #=ResourceCapacity#
                            </ClientItemTemplate>
                                
                           <EditItemTemplate >
                               <telerik:RadNumericTextBox runat="server" DataField="ResourceCapacity" ID="txtResourceCapacity" HeaderText="ResourceCapacity"></telerik:RadNumericTextBox>
                           </EditItemTemplate>
                                                       
                        </telerik:GridTemplateColumn>

Regards

Agasthya

No answers yet. Maybe you can help?

Tags
Grid
Asked by
agasthya
Top achievements
Rank 1
Share this question
or