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

Grid Image for "Add New Record" & "Refresh"

5 Answers 235 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ian Coetzer
Top achievements
Rank 2
Ian Coetzer asked on 05 Sep 2008, 11:19 AM
Hi

I'm using the new radgrid and when in design time I can see the images for "Add New Record" and ""Refresh"

However when I run my project those buttons now only contain gray blocks.

Why is the images not showing during run-time?

Thanks

<telerik:RadGrid ID="RadGrid1" runat="server" GridLines="None" Skin="Telerik">  
    <MasterTableView AutoGenerateColumns="False" CommandItemDisplay="TopAndBottom" EditMode="InPlace" DataKeyNames="UserName">  
        <RowIndicatorColumn Visible="False">  
            <HeaderStyle Width="20px" /> 
        </RowIndicatorColumn> 
        <ExpandCollapseColumn Resizable="False" Visible="False">  
            <HeaderStyle Width="20px" /> 
        </ExpandCollapseColumn> 
        <Columns> 
            <telerik:GridButtonColumn CommandName="Select" Text="Select" UniqueName="column1">  
                <HeaderStyle Width="15px" /> 
            </telerik:GridButtonColumn> 
            <telerik:GridBoundColumn HeaderText="User Name" UniqueName="UserName" DataField = "UserName">  
                <HeaderStyle Font-Bold="True" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" 
                    Font-Underline="False" Wrap="False" /> 
                <ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" 
                    Font-Underline="False" Wrap="False" /> 
            </telerik:GridBoundColumn> 
            <telerik:GridBoundColumn DataField="EmailAddress" HeaderText="Email Address" UniqueName="column">  
                <HeaderStyle Font-Bold="True" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" 
                    Font-Underline="False" Wrap="False" /> 
                <ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" 
                    Font-Underline="False" Wrap="False" /> 
            </telerik:GridBoundColumn> 
            <telerik:GridEditCommandColumn> 
                <HeaderStyle Width="15px" /> 
            </telerik:GridEditCommandColumn> 
            <telerik:GridButtonColumn CommandName="Delete" Text="Delete" UniqueName="column2" ConfirmText="Are you sure you want to delete the selected row?" > 
                <HeaderStyle Width="15px" /> 
            </telerik:GridButtonColumn> 
        </Columns> 
        <EditFormSettings> 
            <FormTemplate> 
                &nbsp;  
            </FormTemplate> 
            <PopUpSettings ScrollBars="None" /> 
            <EditColumn UniqueName="EditCommandColumn1">  
            </EditColumn> 
        </EditFormSettings> 
    </MasterTableView> 
</telerik:RadGrid> 

5 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 05 Sep 2008, 11:35 AM
Hi Ian,

We are aware of similar issues with RadGrid. They are related to RadFormDecorator, but have been fixed in the latest Q2 SP1 release. Please upgrade.

Greetings,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ian Coetzer
Top achievements
Rank 2
answered on 05 Sep 2008, 11:55 AM
Hi

I don't see that version available for download, I downloaded and installed Q2 2008 but it still did not solve my problem.


Version Notes Version: Q2 2008 Released:7/21/2008
Automatic installation: RadControls_Q2_2008_dev.exe 185 MB
Manual installation: RadControls_Q2_2008_dev.zip 191 MB
DLL and scripts only: RadControls_Q2_2008_dev_hotfix.zip 28 MB
DNN Sample Site: Q1_2008_DNN_SampleSite_dev.zip 45 MB
.Net 2 Sample AJAX application: HelpDesk_dev.Net2.zip 8766 KB
Self-paced Tutorial: RadControls_tutorial.zip 29 MB
Source Code: RadControls_Q2_2008_Source.zip 37 MB
Localization Files:
Spell-checker dictionaries:
 
0
Iana Tsolova
Telerik team
answered on 05 Sep 2008, 03:49 PM
Hi Ian Coetzer,

Please try downloading the latest version of RadControls for ASP.NET AJAX (labeled as 2008.2 826) and let us know how it goes.

Kind regards,
Iana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Nand Kapadia
Top achievements
Rank 1
answered on 01 Oct 2008, 11:53 AM
I am using 2008.2 826 version of the controls. The telerik.web.ui.dll shows version 2008.1.619.20. And I still have a similar problem. Earlier the images used to come up fine. In this version, they come up as INPUT buttons. Our grid is like this:

<

telerik:RADGrid ID="gridInternalTrainingActivity" runat="server" AddNewRecordText="Add New Internal Training Activity" PageSize="15" >

<MasterTableView CommandItemDisplay="Top" DataKeyNames="Id">

<Columns>

<telerik:GridBoundColumn AllowSorting="true" HeaderText="Internal Training Activity Name"

DataField="InternalTrainingActivityText" DataType="System.String" />

<telerik:GridCheckBoxColumn HeaderText="Active" DataField="Status" DataType="System.Boolean" />

<telerik:GridButtonColumn ButtonType="ImageButton" CommandName="Edit" ImageUrl="~/Resources/Images/icon_edit.gif"

Text="Edit" UniqueName="EditColumn" />

<telerik:GridButtonColumn ButtonType="ImageButton" CommandName="Delete" ImageUrl="~/Resources/Images/icon_delete.gif"

Text="Delete" UniqueName="DeleteColumn" />

</Columns>

</MasterTableView>

</telerik:RADGrid>

- Nand Kapadia

0
Sebastian
Telerik team
answered on 01 Oct 2008, 12:00 PM
Hi Nand,

If you Telerik.Web.UI.dll version number is 2008.1.619.20, you have not upgraded to the latest release 2008.2.826 yet. Step by step instructions about how to upgrade our controls to another version of license you can find here:

http://www.telerik.com/support/kb/article/b454K-kad-b454T-bah-b454c-bah.aspx

Regards,
Stephen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Ian Coetzer
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Ian Coetzer
Top achievements
Rank 2
Iana Tsolova
Telerik team
Nand Kapadia
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or