Is anyone else having this issue? I just downloaded the 1Q 2009 package. Without changing my grids it seems that the image used the the update is being hardcoded by the DLL. Example.
<telerik:GridEditCommandColumn ButtonType="ImageButton" CancelImageUrl="/Standard/Images/cancel.gif"
EditImageUrl="/Standard/Images/edit.gif" UpdateImageUrl="/Standard/Images/ok.gif">
I look at the resulting HTML and see this:
<input type="image" style="border-width: 0px;" alt="Insert" src="/Standard/Update.gif" title="Insert" id="ctl00_ContentPlaceHolder1_grdLookupAttribute_ctl00_ctl02_ctl02_PerformInsertButton" name="ctl00$ContentPlaceHolder1$grdLookupAttribute$ctl00$ctl02$ctl02$PerformInsertButton"/>
It should be noted that the page this code lives in is /Standard/Mypage.aspx. So the /Standard is mine, but I have no idea where the Update.gif is coming from. Any ideas?