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

Grid Filter problem

2 Answers 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Amirtha S
Top achievements
Rank 1
Amirtha S asked on 25 Mar 2010, 03:06 PM
Hi
I have a radgrid populated with data using a sqldatasource. Whenever I select the radgrid's filter menu, it opens up and moves the whole page down. But the filter works in filtering the data. Pls help me solve this problem.

Here is the aspx code:
   <telerik:RadGrid ID="RadGrid_DutyLog" runat="server" DataSourceID="SqlDataSource_DutyLog" 
        AutoGenerateColumns="False" AllowAutomaticDeletes="True" Skin="Black" AutoGenerateDeleteColumn="True" 
        AutoGenerateEditColumn="True" OnInsertCommand="RadGrid_Duty_InsertCommand" OnUpdateCommand="RadGrid_Duty_UpdateCommand" 
        Width="100%" AllowFilteringByColumn="True" AllowPaging="True" AllowSorting="True" 
        GridLines="None" Height="500px">  
 

Do I have to include any particular style  in css for the filter menu to drop down as it should be?

2 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 25 Mar 2010, 05:14 PM
Hello Amirtha,

Based on the provided information it is hard to determine what is causing the erroneous behavior. Could you please open a formal support ticket and send us a sample where we could replicate the issue in order to debug it locally and get to the source of the issue?

Greetings,
Pavlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Amirtha S
Top achievements
Rank 1
answered on 25 Mar 2010, 05:45 PM
Thanks. I will open a support ticket.
Tags
Grid
Asked by
Amirtha S
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Amirtha S
Top achievements
Rank 1
Share this question
or