0

Anyone know how to create a view like this using gridview DEVEXPRESS?

Yabert Yanuar
  • 947
  • 2
  • 10
  • 14

1 Answers1

0

Take a look at Views and Levels help article:

You can use one of the following View types to display data according to your needs:
...

  • Banded Grid View - displays data in a tabular form similar to a Grid View, while organizing columns into bands.
  • Advanced Banded Grid View - displays data similar to a Banded Grid View. However, columns can be arranged one under another and can have different heights.

Related help articles:
Banded Grid View
Customizing the Band Layout

DmitryG
  • 17,677
  • 1
  • 30
  • 53