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

Filter in grid programmitically.

3 Answers 41 Views
Filter
This is a migrated thread and some comments may be shown as answers.
umar
Top achievements
Rank 1
umar asked on 10 Jan 2011, 06:31 AM
I am using Radgrid and data comes through DataTable using sql .now i want to use filter that do not support automatically .how to programm the filter in grid.how to find filter or how to filter the data.

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 10 Jan 2011, 02:18 PM
Hi Umar,

I am not sure if I understand your scenario completely. Can you please elaborate a bit more in the details?

However, if you want  to filter RadGrid using RadFilter control you can check the following online example:
http://demos.telerik.com/aspnet-ajax/filter/examples/integration/defaultcs.aspx?product=filter

Best wishes,
Pavlina
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
umar
Top achievements
Rank 1
answered on 11 Jan 2011, 05:24 AM
Thanks for reply..
the link you have send is using below connectivity but i am using sqlconnection in server side using datatable .and binding the grid using data table..when i use filter it doent support automatically

<asp:SqlDataSource runat="server" ID="SqlDataSource1" ConnectionString="<%$ ConnectionStrings:NorthwindConnectionString %>"
            SelectCommand="Select OrderID, OrderDate, ShipVia, ShipName, ShipAddress, Freight FROM Orders" />
0
Pavlina
Telerik team
answered on 11 Jan 2011, 01:39 PM
Hi Umar,

Can you  please try replicating the described issue on the test page attached to this post?
Thus I'll be able to investigate it further.

Regards,
Pavlina
the Telerik team
Tags
Filter
Asked by
umar
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
umar
Top achievements
Rank 1
Share this question
or