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

Posted in Development | Tagged , , , , | Leave a comment

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

Posted in Development | Tagged , , , , | Leave a comment

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

Posted in Development | Tagged , , | Leave a comment

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

Posted in Development | Tagged , , | Leave a comment