I'm having some trouble changing the image used for the update and cancel buttons, when my grid is set to use InPlace editing. I am currently using this code -
This code works fine when the EditMode is EditForms, but when set to InPlace, the images revert back to the standard green tick / red cross.
| <EditColumn UniqueName="EditCommandColumn1" ButtonType="ImageButton" |
| CancelImageUrl="~/Images/Undo.png" UpdateImageUrl="~/Images/save.jpg"> |
| </EditColumn> |
This code works fine when the EditMode is EditForms, but when set to InPlace, the images revert back to the standard green tick / red cross.