or we may just duplicate the functionality and create our own versions. |
I was kind of hesitant to ask for this feature to begin with. The notion of Datasource is too tightly connected to UI which kind of breaks this whole V-M-MV that Ward was showing in the videos. But at the same, the Datasource and datapager are very important to have in a web application, because most of the users have come to expect the datapager paging system that's availble in most sites when looking at large number of rows. So a new generation of website created with Silverlight without this feature will look very odd.
Same thing with Datasource (although that is not so visual to the end user), so we may have to get around it using LINQ statement to do the grouping and filtering for us.
BUT, if you can create those yourself that still works in the same pattern as MVC then that would be the best of both worlds. I really hope this feature is considered as part of your feature list.
Thanks!