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

ImageButton insert/cancel in edit form with auto generated columns

2 Answers 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Felice
Top achievements
Rank 1
Felice asked on 24 May 2014, 02:20 PM
Hi,
is it possible to show image buttons in the edit form of a grid with auto generated columns?
Thanks,
Felice

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 26 May 2014, 04:00 AM
Hi Felice,

You can set the EditColumn-ButtonType="ImageButton" in the EditFormSettings to have ImageButton.

ASPX:
<EditFormSettings EditColumn-ButtonType="ImageButton" EditColumn-CancelImageUrl="Cancel.jpg"
EditColumn-InsertImageUrl="Insert.jpg">
</EditFormSettings>

Thanks,
Princy
0
Felice
Top achievements
Rank 1
answered on 26 May 2014, 11:39 AM
Thank you Princy. It worked.
Tags
Grid
Asked by
Felice
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Felice
Top achievements
Rank 1
Share this question
or