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

Skin and CommandItemDisplay Problem

4 Answers 116 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tina
Top achievements
Rank 2
Tina asked on 25 Oct 2013, 03:55 PM
After upgrading to 2013.3.1015.45 all my skins were broke on the RadGrid.  After two days of trying to figure it out, I believe it's an issue with the CommandItemDisplay property.  When I removed it, the skins apply properly.  When I set it to "Top" the skins did not apply.  I've attached a screen shot of with "Top" set and without "Top" set.
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Test.aspx.vb" Inherits="eNotice.Test" %>
 
<!DOCTYPE html>
 
<head runat="server">
    <title></title>
     
</head>
<body>
    <form id="form1" runat="server">
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
       
        <div>
        <telerik:RadGrid ID="RadGrid1" Skin="Metro" Width="100%" runat="server" AutoGenerateColumns="False" CellSpacing="0" GridLines="None">
            <%--<MasterTableView NoMasterRecordsText="No Members Found" PageSize="25" DataKeyNames="ID">--%>
            <MasterTableView CommandItemDisplay="Top" NoMasterRecordsText="No Members Found" PageSize="25" DataKeyNames="ID">
                 <CommandItemTemplate>
                        <div style="padding-left:5px;">
                            <div style="float:left; width:50%;padding-left:5px;">
                                 
                                <telerik:RadButton Runat="server" skin="Metro" ID="ClearFilter" Text='Clear Filter' CommandName="ClearFilter" AutoPostBack="true" />
                            </div>
                            <div style="float:right;padding-right:5px;">
                                <telerik:RadButton Runat="server" skin="Metro" ID="lnkRefresh" Text='Refresh' CommandName="Refresh" />
                            </div>
                        </div>
                    </CommandItemTemplate>
                <Columns>
                    <telerik:GridBoundColumn DataField="ID" FilterControlAltText="Filter column column" HeaderText="ID" UniqueName="column">
                        <ColumnValidationSettings>
                            <ModelErrorMessage Text="" />
                        </ColumnValidationSettings>
                    </telerik:GridBoundColumn>
                    <telerik:GridBoundColumn DataField="City" FilterControlAltText="Filter column1 column" HeaderText="City" UniqueName="column1">
                        <ColumnValidationSettings>
                            <ModelErrorMessage Text="" />
                        </ColumnValidationSettings>
                    </telerik:GridBoundColumn>
                </Columns>
            </MasterTableView>
<FilterMenu EnableEmbeddedScripts="False"></FilterMenu>
 
<HeaderContextMenu EnableEmbeddedScripts="False"></HeaderContextMenu>
        </telerik:RadGrid>
    </div>
         
    </form>
</body>
</html>

4 Answers, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 30 Oct 2013, 12:06 PM
Hello Tina,

Could you please try do download the latest internal build from here and let us know if this resolves the problem. This issue looks very similar to one that occur in VS 2013 and RadGrid with template column (which is already fixed).

I am looking forward to your reply.

Regards,
Venelin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Tina
Top achievements
Rank 2
answered on 30 Oct 2013, 12:11 PM
Venelin, I did find the solution and downloaded the internal build.  However, when I updated VS 2013 toolbar with the internal build controls, my VS now crashes whenever opening the design of a aspx page.  Just happened so I'm not sure why or if it is a problem on the page I'm trying to open.  Was all fine until I did the internal build.  Any ideas?
0
Tina
Top achievements
Rank 2
answered on 30 Oct 2013, 02:27 PM

I uninstalled the internal build and reloaded original version and all was fine.  I installed the internal build again and here is the crash details:


Problem signature:

Problem Event Name: APPCRASH

Application Name: devenv.exe

Application Version: 12.0.21005.1

Application Timestamp: 524fcb34

Fault Module Name: fpeditax.dll

Fault Module Version: 12.0.21005.1

Fault Module Timestamp: 524fcbd1

Exception Code: c0000005

Exception Offset: 000daacb

OS Version: 6.3.9600.2.0.0.256.48

Locale ID: 1033

Additional Information 1: 5861

Additional Information 2: 5861822e1919d7c014bbb064c64908b2

Additional Information 3: 3a20

Additional Information 4: 3a20a93c34687143a5bf7d33f1cf3ccc




0
Venelin
Telerik team
answered on 01 Nov 2013, 12:16 PM
Hi Tina,

I see that you have addressed a support ticket with the same problem that is marked as resolved. If you however have more questions please open another support ticket.

Regards,
Venelin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Tina
Top achievements
Rank 2
Answers by
Venelin
Telerik team
Tina
Top achievements
Rank 2
Share this question
or