Hi,
Everything works fine as we can see in the image below. (using NorthwindIB Database)
and when we group it by dragging a column:
this is the code that i used:
As we can see, my QueryableSource is the EntityQuery of Customers, now if i will make it into a projection:
What will happen is that it will return no result and there's an error in the EntityServerError handler:
Take note that this issue is not happening in an Entity Framework 4 projection as well as Devforce Projection in (2-tier mode) it only happens in Devforce (n-tier mode)
Additional issue is that, when I try to group it and the records where huge, the returning results will only be 128 records.
Your help is highly appreciated.
Thanks,
Von