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
-~----------~----~----~----~------~----~------~--~---

Reply via email to