I have filtering enabled on both grids and the first grid filters fine but the details grid the filtering does not work at all. I am following the example you guys just recently posted pretty closely. Any help would be greatly appreciated.
4 Answers, 1 is accepted
0
Nate
Top achievements
Rank 1
answered on 09 Oct 2008, 04:28 PM
bump
0
Shinu
Top achievements
Rank 2
answered on 10 Oct 2008, 04:43 AM
Hi Tim,
Enable Filtering for the Detail table as well .
ASPX:
Regards
Shinu
Enable Filtering for the Detail table as well .
ASPX:
<DetailTables> |
<telerik:GridTableView runat="server" AllowFilteringByColumn="true" AutoGenerateColumns="false" CommandItemDisplay="Top" Name="Detail1" DataSourceID="SqlDataSource1" > |
Regards
Shinu
0
Nate
Top achievements
Rank 1
answered on 10 Oct 2008, 03:31 PM
Like I said in my earlier response I have filtering enabled on both grids.
0
Hi Tim,
I tested the setup which you mentioned, and the control behaved as expected.
Attached to this message, is the code which I used for testing.
Let me know if I am leaving something out.
Greetings,
Yavor
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
I tested the setup which you mentioned, and the control behaved as expected.
Attached to this message, is the code which I used for testing.
Let me know if I am leaving something out.
Greetings,
Yavor
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.