I've got a fairly generic radgrid that uses "EditForms" for the edit mode.
I have the edit column set to:
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
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