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

update/cancel as push buttons

1 Answer 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
kieran
Top achievements
Rank 1
kieran asked on 14 Apr 2009, 05:28 PM
hi

Is it possible to have the update and cancel link buttons as that are displayed in edit mode as push buttons while keeping the link for the action (i.e. Edit) on the grid as a link?

regards
Kieran

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 15 Apr 2009, 04:20 AM
Hi Kieran,

Try setting the ButtonType as Pushbutton in the EditFormSettings for the Grid and see whether it helps.

ASPX:
 
 
   <EditFormSettings> 
     <EditColumn ButtonType="PushButton" ></EditColumn
   </EditFormSettings> 


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