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:
Do I have to include any particular style in css for the filter menu to drop down as it should be?
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?