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

[Solved] master detail grid custom image does not display

1 Answer 84 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Web
Top achievements
Rank 1
Web asked on 28 Mar 2008, 05:33 PM

I have a master / detail grid.  I have custom images set for the edit column and a seperate delete column.  When I copied over these two columns to the detail table within telerik:GridTableView, it refuses to use the images and uses the default images.  Only the custom images show at the master table level.  To recap, I have the code below in two places.  One is an edit column within the master table and the second is within the detail table.

<telerik:GridEditCommandColumn ButtonType="ImageButton"   
    HeaderStyle-Width="16px" ItemStyle-Width="16px"   
    ItemStyle-HorizontalAlign="Center"   
    Resizable="false" ItemStyle-Wrap="false" ItemStyle-VerticalAlign="Middle" 
    CancelImageUrl="~/images/x_only_11x11.gif"   
    EditImageUrl="~/images/pencil_only.gif"   
    UpdateImageUrl="~/images/check_only_11x11.gif"   
    InsertImageUrl="~/images/check_only_11x11.gif" 
    UniqueName="editEmailAddressColumn" 
> 
</telerik:GridEditCommandColumn> 

1 Answer, 1 is accepted

Sort by
0
Pavel
Telerik team
answered on 31 Mar 2008, 11:08 AM
Hi Web,

Indeed this seems to be a bug with our latest version of the RadGrid control. I have notified our developers and they will take care of this issue. Please excuse us for the temporary inconvenience. As a token of gratitude for your feedback I have updated your Telerik points.

All the best,
Pavel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Web
Top achievements
Rank 1
Answers by
Pavel
Telerik team
Share this question
or