This question is locked. New answers and comments are not allowed.
I want t make sure that I'm not missing something on the databinding for sort, grouping and pageing. (which is impressive!)
If I databind to an IQueryable data source (L2S, EF, NH) then it's supported out of the box - nothing more to do. However, I'm using a different data source (ADO.NET, Massive, PetaPoco, etc.) then all the data will be queries and the Grid will still do its thing, but after loading all data. To not load the data I need to use CustomBinding.
Yes?
If I databind to an IQueryable data source (L2S, EF, NH) then it's supported out of the box - nothing more to do. However, I'm using a different data source (ADO.NET, Massive, PetaPoco, etc.) then all the data will be queries and the Grid will still do its thing, but after loading all data. To not load the data I need to use CustomBinding.
Yes?