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

Server-side paging, sorting, filtering without IQueryable

1 Answer 631 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mahdi
Top achievements
Rank 1
Mahdi asked on 12 Jun 2018, 12:29 PM

I bind ItemsSource with an IEnumerable object.

I want a custom filter because I want to use Dapper ORM, I don't use entity framework.

1 Answer, 1 is accepted

Sort by
0
Vladimir Stoyanov
Telerik team
answered on 15 Jun 2018, 08:43 AM
Hello Mahdi,

Currently we do not have any specific examples with Dapper ORM. My understanding of it is that it allows for a better control over the SQL queries in expense of the ease of use of EntityFramework and IQueryable. Since the Dapper ORM allows you to build the SQL query manually, you can create a SQL query which will filter your data and then pass the filtered data to the RadGridView. 

Given that this is not directly related to our controls, I would encourage you to search for external materials on the topic. Here are a couple of articles that I found:
I hope you find this helpful.

Regards,
Vladimir Stoyanov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
GridView
Asked by
Mahdi
Top achievements
Rank 1
Answers by
Vladimir Stoyanov
Telerik team
Share this question
or