This example shows how to use the global item template feature of RadGrid for ASP.NET AJAX to create ListView/DataList like
data presentation. This is useful when you would like to display the data in the control in a custom layout format (simulating
ListView/DataList functionality) and still keep the sorting/paging/filtering features over the source records.
To attain the items appearance in the demo we used asp Panel with custom css class applied for even/odd rows as well as
hover effects. The panel is encapsulated inside a table with a single row which hosts a single table cell. The template is
repeated horizontally and the sorting/paging/filtering actions are processed with ajax requests using RadAjaxManager to ajaxify
the grid control.
You may also review the relevant topic from the RadGrid for ASP.NET AJAX documentation:
ListView/DataList-like grid