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.