About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: control
EPPlus – create excel speadsheets
Image courtesy of ddpavumba / FreeDigitalPhotos.net https://www.nuget.org/packages/EPPlus/ EEPlus provides the lightweight library for creating real Excel files. It uses office open xml (ooxml) and provides all features I could think of when export-to-excel is available on a website. SaveSave
Syncfusion – advanced web controls
Image courtesy of iprostocks / FreeDigitalPhotos.net https://www.nuget.org/packages/Syncfusion.AspNet.Mvc5/ Control libraries are available in all shapes and sizes. The library from syncfusion has the best license – flat yearly license fee, unlimited developers within the same company, the best features – export … Continue reading
WPF Toolkit DateTimePicker customisation of header
In my previous post WPF Toolkit PropertyGrid direct update I’ve written about getting the Property Grid from the WPF toolkit. Now I want to tell you about how I got the DateTimePicker to behave my way. First of all the DateTimePicker is well documented. It … Continue reading
DataGridViewAutoFilter
Our WinForms application needs a filter on the DataGridView control. The google search took me back to July 2006 when Microsoft published Building a Drop-Down Filter List for a DataGridView Column Header Cell. Fast forward back to 2017. Turns out someone put … Continue reading