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

Server side paging, sorting, filtering

3 Answers 236 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Datafyer
Top achievements
Rank 1
Veteran
Datafyer asked on 26 Jul 2016, 04:47 PM

I tried looking at the WPF GridView example for server side paging/sorting/filtering and it failed with an error. However I looked at the code and you are simply using entity framework to do all the work.

Are there any examples where I can use a different ORM like Ormlite? We don't use entity framework and frankly don't want to.

The only other solution for us would be to switch to using something like Kendo because then it is much easier in the web.

3 Answers, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 29 Jul 2016, 11:33 AM
Hello Patrick,

The purpose of this example is to demonstrate that you can bind RadGridView to any IQueryable collection and all the filter, and group operations will be performed on the server.

I'm afraid we currently do not have such an example using another ORM, but as long as you provide an IQueryable as a source you can benefit from this functionality.

Regards,
Dilyan Traykov
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Datafyer
Top achievements
Rank 1
Veteran
answered on 29 Jul 2016, 12:39 PM
Thanks. The main problem with IQueryable is that it is very complicated.
0
Aseman
Top achievements
Rank 1
Veteran
answered on 01 Jan 2020, 10:47 AM

Hello 

Excuse me 

Didn`t You Find The Project (as You said) Yet? 

Thanks

Tags
GridView
Asked by
Datafyer
Top achievements
Rank 1
Veteran
Answers by
Dilyan Traykov
Telerik team
Datafyer
Top achievements
Rank 1
Veteran
Aseman
Top achievements
Rank 1
Veteran
Share this question
or