Menu

Multi-column sorting sample

2005-12-15
2013-03-07
  • Hector Javier Cruz Campa

    Hello, I found a sample implementation for IBindingListView (.NET 2.0 interface with sopport for multi-column sorting and searching) in Brian Noyes' blog. I'd like to help integrating this but I really don't have the time now. Hope this helps to get this project going:

    http://www.softinsight.com/bnoyes/PermaLink.aspx?guid=70acabc4-8554-43cc-8511-c2f6a2827942

     
    • Nato

      Nato - 2006-07-07

      You can also read his book here:

      http://book.itzero.com/read/microsoft/0602/Addison.Wesley.Data.Binding.with.Windows.Forms.2.0.Programming.Smart.Client.Data.Applications.with.dot.NET.Jan.2006_html/

      Unfortunately his implementation of IBindingListView.Filter is very simplistic (only handles a single criterion) and the System.Data.DataExpression class (used by DataView.RowFilter) is not public and tied in closely with DataSets.

      Can anybody recommend an SQL like where clause parser that could be used in a much more complete implementation of filtering?

       
    • Paul Hatcher

      Paul Hatcher - 2006-10-12

      Well you could always look at the NHibernate parsing code

       

Log in to post a comment.

MongoDB Logo MongoDB