
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
0
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.
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>
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
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.
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.