Actually, just had a closer read of the Telerik forum, and it looks like this is failing with the 1.0 provider. I will add a test for this on the new provider, but I suspect it will work just fine. If you feel like getting the trunk and giving that a go, that would be great.
Cheers, Steve Twitter Blog NHibernate Professional Support On 22 Nov 2009, at 21:42, Steve Strong wrote: > I'll add a specific test for this, but this kind of construct > certainly should work. Clearly you've found one of the very few > bugs in the new provider :D > > Cheers, > > Steve > > Twitter > Blog > NHibernate Professional Support > > > > On 13 Nov 2009, at 13:48, u.abramchuk wrote: > >> >> Hi, >> >> after reading "Using Telerik MVC Grid in CRUD Scenario" I decided to >> implement it using NHibernate and NHibernate.Linq. Everything >> (paging, >> sorting) works fine except filtering. >> >> I've posted a question about this issue on Telerik forum. You can >> read >> the whole conversation here >> http://www.telerik.com/community/forums/aspnet-mvc/grid/grid-and-nhibernate-linq.aspx >> >> . >> >> So I have two questions. >> >> 1)Are there any plans to support queries like >> Expression<Func<Customers, bool>> filter = c => c.ContactName.ToLower >> ().StartsWith("a"); >> in future NHibernate and NHibernate.Linq releases? >> >> 2)When NH3 is supposed to be released? >> >> Thanks in advance. >> >> --~--~---------~--~----~------------~-------~--~----~ >> You received this message because you are subscribed to the Google >> Groups "nhusers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nhusers?hl=en >> -~----------~----~----~----~------~----~------~--~--- >> > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=.
