Currently my RadGrid displays LinkButtons instead of Buttons when in edit mode. Insert/Update/Cancel are LinkButtons and not buttons. Can anyone please tell me how to change these to buttons?
If you would like to render buttons in the place of the default Update/Cancel/Insert link buttons, you merely have to select ButtonType=”ImageButton” from the EditFormSettings -> EditForm section.