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
Thanks.
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>