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

Is it possible to have Edit functionality for multiple times

1 Answer 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dorababu
Top achievements
Rank 1
Dorababu asked on 07 Jul 2012, 06:42 AM
I am having Copy icon and edit icon in a row, when I click on copy I would like to do the same behavior for edit click, means I would like to open the edit template is it possible to do.

1 Answer, 1 is accepted

Sort by
0
Accepted
Jayesh Goyani
Top achievements
Rank 2
answered on 07 Jul 2012, 02:03 PM
Hello,

<telerik:GridTemplateColumn>
                      <ItemTemplate>
                          <asp:ImageButton ID="ibtnCopy" runat="server" CommandName="Edit" ImageUrl="Your copy Image URL" />
                      </ItemTemplate>
                  </telerik:GridTemplateColumn>


Thanks,
Jayesh Goyani
Tags
Grid
Asked by
Dorababu
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or