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: datagrid
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
Syncfusion grid datetime format fixed
We use the data grid from Syncfusion and it is awesome! It serialises the data on the server and puts it in the page as json. Now more postbacks to get extra data or for sorting / filtering / other … 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