Group data in GridView

  • Thread starter Thread starter Vijay
  • Start date Start date
How to group data in grid view

Vijay chandar

What do you mean by grouping data? The GridView shows data based on
datasource and sorting order. Maybe you should order the grid by
specific column.
 
Thank you for your reply.

I'll give an example. If I'm displaying employee details, I would like to
use group by clause (Eg: group by designation) in sql to fetch data and
display it Gridview.

Thank you in advance,
Vijay chandar.
 
Back
Top