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

Filter Image

3 Answers 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Washington
Top achievements
Rank 1
Washington asked on 20 Feb 2009, 11:07 PM
On my Radgrid the funnel image does not appear on the Radgrid when there is AllowFilteringByColumn="True."   Its just a blank small button on each column and when I click on any of these buttons the filter options appear.  What happen to the funnel image for filtering? Thx

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 23 Feb 2009, 10:58 AM
Hi Washington,

We will need some more information about your scenario in order to tell what could be the cause of the problem - for example, are you using a custom RadGrid skin? Is RadGrid made visible after an AJAX request?

Sending your RadGrid declaration will be useful as well.

All the best,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Washington
Top achievements
Rank 1
answered on 23 Feb 2009, 01:31 PM
  <telerik:RadGrid ID="RadGrid1" runat="server" Width="100%"  AllowFilteringByColumn="True"  AllowSorting="True" MasterTableView-AllowPaging="true" MasterTableView-AllowMultiColumnSorting="true" ShowGroupPanel="True"
      OnDetailTableDataBind="RadGrid1_DetailTableDataBind" OnNeedDataSource="RadGrid1_NeedDataSource" PageSize="50" Skin="WebBlue">
          
          <MasterTableView AllowMultiColumnSorting="True" Width="100%"  DataKeyNames="location" HierarchyLoadMode="Client" HierarchyDefaultExpanded="True" AllowPaging="True">
                    
                <DetailTables>
                    <telerik:GridTableView DataKeyNames="location"  Width="100%" runat="server" GridLines="Horizontal"
                        Style="border-color: #d5b96a" CssClass="RadGrid2">
                        <ParentTableRelation>
                            
                            <telerik:GridRelationFields DetailKeyField="location" MasterKeyField="location" />   
                        
                        </ParentTableRelation>
                    
                    </telerik:GridTableView>     
                </DetailTables>
              <ExpandCollapseColumn Visible="True">
              </ExpandCollapseColumn>
              
          </MasterTableView>
          
          <ClientSettings AllowColumnHide="True" AllowColumnsReorder="True" ReorderColumnsOnClient="True" AllowDragToGroup="True">
          <Scrolling AllowScroll="True" UseStaticHeaders="True" />
              <Resizing AllowColumnResize="True" />
              
          </ClientSettings>
        
          <GroupingSettings CaseSensitive="False" />
        
          
        </telerik:RadGrid>
0
Dimo
Telerik team
answered on 25 Feb 2009, 09:15 AM
Hello Washington,

I am sorry for these roundtrips, but your RadGrid declaration is OK and there is nothing which indicates what might be the problem. Please send us a runnable sample project, which reproduces the issue, or alternatively, send us a live URL. Thanks.

Regards,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Washington
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Washington
Top achievements
Rank 1
Share this question
or