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