Hi,
I am using LLBLGENPro2.0 in my web application.The platform for my project is VStudio 2005,.Net2.0,SQLServer2005 etc.,
In LLBLGENPro 1.1 i used Collection.SupportsSorting = true; in my code.
Now its not supported in LLBLGen2.0.
My code is:
PeergroupyearCollection objPGYearCollec = new PeergroupyearCollection();
filter = new PredicateExpression(PredicateFactory.CompareValue(PeergroupyearFieldIndex.PeerGroupId, ComparisonOperator.Equal, strPGID));
objPGYearCollec.GetMulti(filter);
objPGYearCollec.SupportsSorting = true;
So that my telerik grid sorted functionality working fine.
Now in LLBL2.0 sorting is not working.
How to get the same "Sorting" functionality for entitycollection in LLBLGENPro 2.0?
Please help me to solve this issue as soon as possible.
Thanks in advance,
Balaji