Month

Your search for 02/2007 returned 2 results.


What’s Interesting?

What would you like to know about data binding, DataGridView, or other .NET goodness? Also, is there any interest in a version of ObjectListView for WPF?

Read More


ObjectListView Update (1.0.0.8): Complex Filter Expressions

Note: You can download the complete implementation here. A few people have asked for support of more sophisticated expressions in the Filter property.  Previously, ObjectListView allowed only a single relational expression of the form propertyNameOp value, such as Name = 'Smith'.  With this update, you can assign arbitrarily complex expressions to Filter.  ...

Read More