By mswatcher
via codeproject.com
Submitted: Feb 18 2013 / 07:23
The GridView is a convenient control for displaying tabular data with ASP.NET. For web applications which target the desktop browser it works very well, however, the user experience is not always optimal when using these same applications on smaller screen devices such as tablets and phones. Tables of data are usually quite wide and they don't scale down very well for small screens.
Add your comment