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

Create my sql query with a RadFilter or Treeview

1 Answer 97 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Monica
Top achievements
Rank 1
Monica asked on 13 Mar 2012, 05:59 PM
Hi everyone,

I have a question about if I can to create my sql query with some telerik controls;

Could I with radtreeview or radfilter create my sql query and then fill my  grid?
What happens is that I don“t want to get all the records at once but only those who will need.


Regards,

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 14 Mar 2012, 04:40 PM
Hi Monica,

There are various options to do this - use the built-in filtering of RadGrid with some predefined filter expression, use a RadFilter to filter the grid control:
http://demos.telerik.com/aspnet-ajax/filter/examples/integration/defaultcs.aspx?product=grid
or to filter the RadGrid datasource:
http://demos.telerik.com/aspnet-ajax/filter/examples/datasourceintegration/defaultcs.aspx
or build the expressions manually and apply them to the control when you want to bind and show it:
http://www.telerik.com/help/aspnet-ajax/filter-building-expressions.html


Regards,
Tsvetina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Monica
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or