This question is locked. New answers and comments are not allowed.
It's a requirement in my current project that we be able to present our data in two ways. The first way is in a standard gridview. The second way needs to look like tileview, with thumbnails that will display the data in columns and rows. We would like to be able to show the thumbnail display while keeping the gridview-like filtering and sorting.
It looks to me that just changing the row template of the gridview will not acheive this because they are still "rows" not "tiles" when they are rendered. Is that correct?
Is there some other out-of-the-box method for displaying something like tileview while keeping filtering, sorting and grouping?
--Christina
It looks to me that just changing the row template of the gridview will not acheive this because they are still "rows" not "tiles" when they are rendered. Is that correct?
Is there some other out-of-the-box method for displaying something like tileview while keeping filtering, sorting and grouping?
--Christina
