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

RadGrid and Update Cancel buttons

1 Answer 207 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 07 Sep 2011, 12:49 AM
I've got a fairly generic radgrid that uses "EditForms" for the edit mode.

I have the edit column set to:

<

 

 

EditColumn CancelText="Cancel" UpdateText="Update" ButtonType="PushButton"></EditColumn>

 


and as expected the buttons appear at the bottom of the form which is fairly long with 40+ items. I'd also like to put the two buttons at the top of the edit form so the user doesn't have to scroll so far to update or cancel. Is there an easy way to do this? Thanks.

-Tim

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 07 Sep 2011, 04:25 AM
Hello Tim,

You can use Custom EditForms to achieve your scenario.For further information check the following help documentation.
Custom Edit Forms.

Thanks,
Princy.
Tags
Grid
Asked by
Tim
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or