DataGridviewAutoFilter sample updated
I've made a few bug-fixes to my DataGridViewAutoFilter sample, which is described in Building a Drop-Down Filter List for a DataGridView Column Header Cell. It might be a week or two until the article...
View ArticleImplementing the IBindingListView for filtering
Due to customer feedback and requests, I've been working on an article that demonstrates a simple implementation of the filtering portion of the IBindingListView. This implementation works with the...
View ArticleClient Application Services and WPF
Although my sample for Client Application Services (CAS) uses Windows Forms, you can adapt it to Windows Presentation Foundation (WPF) with little effort. The configuration steps are the same, and the...
View ArticleDataGridView Watermark Cell
I returned from my end-of-the-year vacation to find the following reader comment in my inbox:> I am trying to create a custom DGV column that will show a watermark for the empty cells , in the same...
View ArticleImplementing multi-column filtering on the IBindingListView
A couple of years ago, I a whitepaper about how to implement searching and sorting on the generic BindingList for data binding in Windows Forms. About the same time my colleague, Karl, wrote a...
View Article