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

Pager style issue in radgrid (2012.1.215.35)

1 Answer 88 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sriram
Top achievements
Rank 1
Sriram asked on 19 Jun 2013, 09:29 PM
Hi,

I am using RadControls for ASP.NET AJAX Q1 2012 (2012.1.215.35) to display data in a radgrid. The text box next to the Page size is out of shape. I have attached the screenshot of the issue and also the sample code.

<telerik:RadGrid ID="RadGrid1" runat="server" Skin="Office2007" AutoGenerateColumns="false"
    AllowPaging="true" PageSize="10" AllowMultiRowSelection="false" OnNeedDataSource="RadGridNeedDataSource"
     OnItemCommand="RadGridItemCommand"  AllowSorting="true">
        <PagerStyle Mode="NextPrevNumericAndAdvanced" PageButtonCount="2"/>
        <MasterTableView DataKeyNames="DKN1" CommandItemDisplay="None">
            <Columns>
                <telerik:GridButtonColumn ButtonType="ImageButton" ImageUrl="~/images/Assign.jpg"
                    HeaderText="" DataTextField="DF1" CommandName="Select" UniqueName="U1">
                    <ItemStyle HorizontalAlign="Left" Width="20px" />
                </telerik:GridButtonColumn>
                <telerik:GridBoundColumn DataField="DF2" HeaderText="HT2" UniqueName="U2" Visible="False">
                    <ItemStyle Width="30px" HorizontalAlign="Left" />
                </telerik:GridBoundColumn>
                <telerik:GridBoundColumn DataField="DF3" HeaderText="HT3" UniqueName="U3" AllowFiltering ="true" FilterControlWidth="120px" >
                    <ItemStyle Width="260px" HorizontalAlign="Left" />
                </telerik:GridBoundColumn>
                <telerik:GridBoundColumn DataField="DF4" HeaderText="HT4" UniqueName="U4" AllowFiltering="true" FilterControlWidth ="120px">
                    <ItemStyle Width="250px" HorizontalAlign="Left" />
                </telerik:GridBoundColumn>
                <telerik:GridBoundColumn DataField="DF5" HeaderText="HT5" UniqueName="U5"
                    Visible="false">
                </telerik:GridBoundColumn>
                <telerik:GridBoundColumn DataField="DF6" HeaderText="HT6" UniqueName="U6">
                </telerik:GridBoundColumn>
                <telerik:GridBoundColumn DataField="DF7" HeaderText="FH7" UniqueName="U7" AllowFiltering="true" FilterControlWidth ="40px">
                    <ItemStyle Width="70px" HorizontalAlign="Left" />
                </telerik:GridBoundColumn>
                <telerik:GridBoundColumn DataField="DF8" HeaderText="HT8" UniqueName="U8" DataFormatString="{0 :d}" AllowFiltering="true" FilterControlWidth ="27px">
                    <ItemStyle Width="70px" HorizontalAlign="Left" />
                </telerik:GridBoundColumn>
                <telerik:GridBoundColumn DataField="DF9" HeaderText="HT9" UniqueName="U9" DataFormatString="{0 :d}" AllowFiltering="true" FilterControlWidth ="27px">
                    <ItemStyle Width="70px" HorizontalAlign="Left" />
                </telerik:GridBoundColumn>
            </Columns>
            <ExpandCollapseColumn>
                <HeaderStyle Width="20px"></HeaderStyle>
            </ExpandCollapseColumn> 
        </MasterTableView>
    <ClientSettings EnableRowHoverStyle="true" />
        <FilterMenu>
            <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
        </FilterMenu>
    </telerik:RadGrid>


1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 24 Jun 2013, 07:16 AM
Hello Sriram,

I am afraid we are not able to replicate the issue locally. Can you replicate this behavior with any of our demos?
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/slider/defaultcs.aspx

Please provide us the exact steps to reproduce the issue or open a support ticket to send us a very basic sample runnable web site demonstrating the erratic behavior. Thus, we will be able to further analyze the problem and provide a proper solution.

Regards,
Eyup
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
Sriram
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or