DataGrid Multi-Column
Hello,
I am looking for a data grid that can do the following. Perhaps, I can modify the .Net ASP Datagrid control from MS Dev Studio to do this, but not sure what the approach is. I am looking for a datagrid that can display data in news paper like columns, with 2 or more columns. For example, names would be in the first column, second column, third column and fourth column. The below example would have 16 rows, 1 for each name in a column. Also, I am looking for sorting by first letter of the name, but a sort selector on top of the grid.
A C D F L M N O
Name Name Name Name
Able Cindy Francis Michelle
Amy Clark Frank Mike
Andy Debbie Louise Nat
Cathy Don Lowell Opal
Can the .Net control be modified to do this? Are there controls that can be purchased that do this?
|