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

Grid buttonColumn Not displayed

5 Answers 168 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Newbie
Top achievements
Rank 1
Newbie asked on 06 Sep 2012, 05:53 PM
Hello
I have a Grid and I am trying to use an Image button for delete. But the Image is not being displayed. I have set enable theamiing to flase but It doesnt help. Below is the code

 

 

<telerik:RadGrid ID="NotifyGrid" runat="server" AutoGenerateColumns="False" CellSpacing="0"
                                GridLines="Horizontal" ShowStatusBar="false" ShowFooter="false" AllowPaging="True"
                                AllowFilteringByColumn="True" AllowSorting="True" 
                                EnableEmbeddedSkins="False" Skin="AlSkin" EnableTheming="False">
                                <GroupingSettings CaseSensitive="False" />
                                <ClientSettings AllowColumnsReorder="True" ReorderColumnsOnClient="True">
                                    <Resizing AllowColumnResize="True" />
                                </ClientSettings>
                                <MasterTableView UseAllDataFields="true">
                                    <CommandItemSettings ExportToPdfText="Export to PDF" />
                                    <RowIndicatorColumn FilterControlAltText="Filter RowIndicator column">
                                    </RowIndicatorColumn>
                                    <ExpandCollapseColumn FilterControlAltText="Filter ExpandColumn column">
                                    </ExpandCollapseColumn>
                                    <Columns>
  
<telerik:GridButtonColumn ButtonType="ImageButton" CommandName="Delete" ConfirmText=""
                                            ConfirmTitle="" ConfirmDialogType="RadWindow" UniqueName="delete_notification" 
                                            ImageUrl="Images/DeleteRedResized.png" ShowSortIcon="false" SortExpression="">
                                            <HeaderStyle HorizontalAlign="Center" VerticalAlign="Top" Width="4%" />
                                            <ItemStyle HorizontalAlign="Center" VerticalAlign="Top" Width="4%" />
                                        </telerik:GridButtonColumn>
Thanks.

5 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 07 Sep 2012, 04:11 AM
Hi,

I was able to reproduce this behavior in the version 2012, 2, 607, 40. Make sure that you are using the latest version in which Image is showing as expected. Also please make sure that the path of the image referenced is correct.

Thanks,
Shinu.
0
Newbie
Top achievements
Rank 1
answered on 07 Sep 2012, 01:05 PM
I have 2012 Q2 version on my mashine. Do you think its a bug??
0
Shinu
Top achievements
Rank 2
answered on 10 Sep 2012, 05:35 AM
Hi,

This has been reported as a bug in the version 2012, 2, 607, 40. Check the following forum thread which explains more about this.
GridButtonColumn Problem with 2012-Q2 (just released)

Thanks,
Shinu.
0
Newbie
Top achievements
Rank 1
answered on 10 Sep 2012, 04:08 PM
Thakyou for the reply Shinu, Could you please tell me whats the latest version and how do I get it.
0
Jayesh Goyani
Top achievements
Rank 2
answered on 10 Sep 2012, 07:51 PM
Hello,

You can download this from your account page with control panel or try with below link.

http://www.telerik.com/account/default.aspx



OR

http://www.telerik.com/download-trial-file.aspx?pid=972



Thanks,
Jayesh Goyani
Tags
Grid
Asked by
Newbie
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Newbie
Top achievements
Rank 1
Jayesh Goyani
Top achievements
Rank 2
Share this question
or