DataGrid Grouping

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a table with companies that is related to a table with departments,
and I would like to displya in my datagrid something like this

-Company1
-Company2
+Company3
Department1 | # employees |
Department2 | # employees |
Department3 | # employees |
-Company4

what I mean with this is... use Navigation to group my data by companies and
when select one company show the data for each department inside it

Is this possible?
how can I do it?

Thanks for you attention and help in advance....

PS: any code snippets as well as tutorialas are welcome.
 
Back
Top