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

IE Gridview salect image button has issue

5 Answers 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
lakmal
Top achievements
Rank 2
lakmal asked on 18 Dec 2009, 05:13 PM
Hi,

I have give select option to my Radgrid. I have select button type as image, In firefox its show corectly Select. But IE its show Image not found Icon [X] with select , Why that?

lakmal

5 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 18 Dec 2009, 05:38 PM
Hello Lakmal,

Please provide a runnable demo or live URL so we can examine your approach.

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
lakmal
Top achievements
Rank 2
answered on 18 Dec 2009, 06:45 PM
Hi,

this is url
http://195.89.170.82/mdrdbtest/InterfacerDocTransmital.aspx

select one of item from combobox then u can see radgrid

lakmal



0
Daniel
Telerik team
answered on 19 Dec 2009, 07:15 PM
Hello Lakmal,

The select buttons is visible on my end. Please download the attached screenshot. Am I missing something?

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
lakmal
Top achievements
Rank 2
answered on 21 Dec 2009, 01:38 PM
Hi,

Seems like you didnt select document number which has records. pls can you select this document number  X-108928-01
 from drop down list, Then you can see radgrid below drop down

lakmal
0
Accepted
Princy
Top achievements
Rank 2
answered on 21 Dec 2009, 02:13 PM
Hello Galgodage,
 
You should be either using a GridButtonColumn with the ButtonType set to ImageButton or a GridTemplateColumn with an ImageButton in its ItemTemplate. In either cases make sure that you have set the ImageUrl for the Buttoncolumn or ImageButton as shown in the example below:
aspx:
<telerik:GridButtonColumn ButtonType="ImageButton" CommandName="Select" ImageUrl="Images/Selected.gif" Text="Select" UniqueName="SelectColumn">  
</telerik:GridButtonColumn> 
 
<telerik:GridTemplateColumn UniqueName="SelectColumn2"
    <ItemTemplate> 
           <asp:ImageButton ID="ImageButton1" ImageUrl="~/Images/Image1.gif" AlternateText="Select" runat="server" /> 
    </ItemTemplate> 
</telerik:GridTemplateColumn> 

Thanks
Princy.
Tags
Grid
Asked by
lakmal
Top achievements
Rank 2
Answers by
Daniel
Telerik team
lakmal
Top achievements
Rank 2
Princy
Top achievements
Rank 2
Share this question
or