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

RadGrid Filter controls hang

3 Answers 98 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 20 Nov 2009, 03:44 PM
I have a RadGrid with a date column and several text columns and filtering enabled. When I select a date to be filtered, type text in one of the text fields and then select another filter field, the grid filters properly, but I can no longer type in the filter text fields.

I am using RadControls for ASP.NET Ajax Q2 2009.

Any suggestions?

My grid code is:
<telerik:RadGrid ID="ShipmentHistoryGrid" runat="server" Skin="Web20" OnNeedDataSource="OnShipmentHistoryGridNeedDataSource" 
    ShowStatusBar="True" AutoGenerateColumns="False" GridLines="None" OnItemDataBound="OnItemDataBound" 
    AllowFilteringByColumn="true" AllowSorting="true"
    <PagerStyle Mode="NextPrevAndNumeric" /> 
    <MasterTableView DataKeyNames="PackageID" CommandItemDisplay="None" TableLayout="Fixed"
        <Columns> 
            <telerik:GridDateTimeColumn FilterControlWidth="90px" DataField="ShippingDate" UniqueName="Date" 
                HeaderText="Ship Date" DataFormatString="{0:d}" AutoPostBackOnFilter="true" ShowFilterIcon="false"
                <HeaderStyle Width="95px" /> 
            </telerik:GridDateTimeColumn> 
            <telerik:GridBoundColumn DataField="Pin" UniqueName="Pin" HeaderText="Pin" AutoPostBackOnFilter="true" 
                CurrentFilterFunction="Contains" ShowFilterIcon="false" > 
                <HeaderStyle Width="100px" /> 
            </telerik:GridBoundColumn> 
            <telerik:GridBoundColumn DataField="ShortService" UniqueName="ServiceType" HeaderText="Service" 
                AutoPostBackOnFilter="true" CurrentFilterFunction="Contains" ShowFilterIcon="false"
                <HeaderStyle Width="120px" /> 
            </telerik:GridBoundColumn> 
            <telerik:GridBoundColumn DataField="Contact" UniqueName="Contact" HeaderText="Name" 
                AutoPostBackOnFilter="true" CurrentFilterFunction="Contains" ShowFilterIcon="false"
                <HeaderStyle Width="100px" /> 
            </telerik:GridBoundColumn> 
            <telerik:GridBoundColumn DataField="City" UniqueName="City" HeaderText="City" AutoPostBackOnFilter="true" 
                CurrentFilterFunction="Contains" ShowFilterIcon="false"
                <HeaderStyle Width="100px" /> 
            </telerik:GridBoundColumn> 
            <telerik:GridBoundColumn FilterControlWidth="30px" DataField="Province" UniqueName="Province" HeaderText="Province" 
                AutoPostBackOnFilter="true" CurrentFilterFunction="Contains" ShowFilterIcon="false"
                <HeaderStyle Width="60px" /> 
            </telerik:GridBoundColumn> 
            <telerik:GridBoundColumn DataField="PostalCode" UniqueName="PostalCode" HeaderText="Postal Code" 
                AutoPostBackOnFilter="true" CurrentFilterFunction="Contains" ShowFilterIcon="false"
                <HeaderStyle Width="95px" /> 
            </telerik:GridBoundColumn> 
            <telerik:GridCheckBoxColumn DataField="IsVoid" UniqueName="IsVoid" Visible="false"
            </telerik:GridCheckBoxColumn> 
            <telerik:GridTemplateColumn UniqueName="VoidColumn" AllowFiltering="false" HeaderText="Void"
                <ItemTemplate> 
                    <asp:Button ID="btnVoid" runat="server" OnClick="OnClickVoid" Text="Void" /> 
                    <asp:Label ID="VoidLabel" runat="server" Text="Package Voided"></asp:Label> 
                </ItemTemplate> 
                <ItemStyle HorizontalAlign="Center"/> 
                <HeaderStyle HorizontalAlign="Center" /> 
            </telerik:GridTemplateColumn> 
        </Columns> 
    </MasterTableView> 
    <ClientSettings> 
        <Scrolling AllowScroll="true" UseStaticHeaders="true" /> 
    </ClientSettings> 
</telerik:RadGrid> 
 

3 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 26 Nov 2009, 09:49 AM
Hello Richard,

I tried to reproduce this issue using your sample code but without success. I would suggest you to open a support ticket and send us a small sample project demonstrating the erroneous behavior. This way we will be able to debug it locally and provide you with more details about the cause of the issue.

Regards,
Martin
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ahrensberg
Top achievements
Rank 1
answered on 02 Feb 2011, 05:43 AM
I'm having same issues. Found any solution for this problem?
0
Martin
Telerik team
answered on 07 Feb 2011, 05:46 PM
Hello Ahrensberg,

As I stated in my previous post "I tried to reproduce this issue using your sample code but without success. I would suggest you to open a support ticket and send us a small sample project demonstrating the erroneous behavior. This way we will be able to debug it locally and provide you with more details about the cause of the issue."

Please consider proceeding with my suggestion above or provide additional details and step-by-step instructions about how the problem can be replicated.

Greetings,
Martin
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Richard
Top achievements
Rank 1
Answers by
Martin
Telerik team
Ahrensberg
Top achievements
Rank 1
Share this question
or