Gridview with row headers
Posted
by Seagull
on Stack Overflow
See other posts from Stack Overflow
or by Seagull
Published on 2010-04-06T02:08:32Z
Indexed on
2010/04/06
2:13 UTC
Read the original article
Hit count: 424
I am using the ASP.NET3.5 gridview control in a new project. My problem is that the gridview presents data in basic tabular format, whereas I want a grid with row header / grouping behaviors. An example of this would be Outlook web interface, which can group emails by date, as well as allowing you to select individual emails to display.
My problem: I can't see how this could be easily done with Gridview? I did find a product called Telerik that has a seemingly fancy Gridview, but I am hesitant to spend money on a single components that now also locks me into a third-party framework...
© Stack Overflow or respective owner