Thursday, 19 July 2012
Amazon Discounts
Saturday, 14 July 2012
Tesco Value?
If this really were £2 per 100ml it would be £5 not £1.
MVC DataGrid
MVC is a fantastic improvement on the old ASP.NET web sites. It completely gives you back control of your website and no more ViewState! The one thing that does not come out of the box in MVC is a datagrid implementation. You can create tables in no time at all but when you want to start paging, filtering and sorting it starts to seem a bit like hard work compared to the good old ASP.NET DataGrid. But do not despair this jQuery grid can be up and running in no time.
In its simplest form you can just dump all your data in a html table and call the datatable method. But it is also very quick to implement server side paging, sorting and filtering too.
The grid is fully skinable with default styles for paging, sorting and a throbber making it very quick to develop with. It also supports custom column rendering to suite your every need, though if you are using server side you have the option to do it on the server.
DataTables is made available under both the GPL v2 license and a BSD (3-point) style license. You can select which one you wish to use the DataTables code under.