This question is locked. New answers and comments are not allowed.
Hello All,
We have built a silverlight business application that originally used the grid and data pager. This application uses MVVM Light by GalaSoft. Everything works great, then I went in a swapped out the grid and data pager with Teleriks RadGridView and RadDataPager. Everything went smoothly until I wanted to do server side filtering.
I have been all through this forum, seen examples online, etc. but none seem to go all the way in helping. Most examples call for you to use the DomainDataSource to perform server side filtering but I can't get that to work right with MVVM Light. I even tried to start a new project using the DDS with RadGridView/RadDataPager, etc. and I got 4004 errors. That seemed to be a issue with PageSize on the RadDataPager and some suggested setting the PageSize property of the DDS instead but same error. And before anyone ask, yes I tried the OrderBy in the LINQ statement and still got the error lol!
Could someone here or at Telerik tell me is there a way to do server side paging/filtering/sorting with MVVM Light, RadGridView, RadDataPager without DDS or how to hook DDS to MVVM?
Thank you in advance!
We have built a silverlight business application that originally used the grid and data pager. This application uses MVVM Light by GalaSoft. Everything works great, then I went in a swapped out the grid and data pager with Teleriks RadGridView and RadDataPager. Everything went smoothly until I wanted to do server side filtering.
I have been all through this forum, seen examples online, etc. but none seem to go all the way in helping. Most examples call for you to use the DomainDataSource to perform server side filtering but I can't get that to work right with MVVM Light. I even tried to start a new project using the DDS with RadGridView/RadDataPager, etc. and I got 4004 errors. That seemed to be a issue with PageSize on the RadDataPager and some suggested setting the PageSize property of the DDS instead but same error. And before anyone ask, yes I tried the OrderBy in the LINQ statement and still got the error lol!
Could someone here or at Telerik tell me is there a way to do server side paging/filtering/sorting with MVVM Light, RadGridView, RadDataPager without DDS or how to hook DDS to MVVM?
Thank you in advance!