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

Wrong UpdatreImageUrl

1 Answer 17 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alex Occhipinti
Top achievements
Rank 1
Alex Occhipinti asked on 18 Mar 2009, 06:32 PM

  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?

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 23 Mar 2009, 03:46 PM
Hello Alex,

I am not able to replicate this behavior on my side. Could you please check the attached sample and let me know how it is on your end?

All the best,
Iana
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Alex Occhipinti
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or