asp.net - Customized Generated HTML + GridView Capabilities -


asp.net's gridview controller great, it's easy use, offers sorting, paging, , other stuff, find difficult customize way looks.

the gridview generated table headers , divided columns, need users see better looking listed items, customized using css.


in other words, don't want this:

enter image description here


i want this:

enter image description here


but when i'm going generate html , customize way looks, take time implement paging , sorting myself, scratch.

so how can mix customized html capabilities of gridview?

you looking repeater! complete control on layout , rendering, downside lot of built-in stuff paging , sorting not there.

i've used repeater combined aspnet pager: http://www.codeproject.com/articles/11418/pager-control-for-asp-net, , rolled own multi-sort.

it's more work gridview, if want complete control, there's no better option.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -