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

[Solved] filtering not showing filter icons

1 Answer 292 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 17 Nov 2009, 05:00 PM
in Design view I can see the filter icons by the filter box, however in run mode the filter icons don't show, what setting do I need to set it is difficult to see from the examples.




1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 18 Nov 2009, 06:53 AM
Hello Robert,

Can you try setting the TableLayout property of the MasterTableView to Auto and see if it helps:
aspx:
<telerik:RadGrid ID="RadGrid1" AllowFilteringByColumn="true" DataSourceID="SqlDataSource1" AutoGenerateColumns="true" runat="server"
      <MasterTableView TableLayout="Auto" DataSourceID="SqlDataSource1"
          .... 

If this does not help try setting the FilterImageUrl for each column as shown below:
<telerik:GridBoundColumn DataField="ProductName" FilterImageUrl="Images/Filter.gif" HeaderText="Product Name" UniqueName="ProductName">                        
</telerik:GridBoundColumn> 

Thanks
Princy.
Tags
Grid
Asked by
Mark
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or