benjaminfusion 0 Newbie Poster

hi, i'm trying to get a grid to group data horizontally.

ie:

col1 col2 col3
1 x y
1 a c
2 a b

to be:

1 -somethinga
x y
a c

2 -somethingb
a b

I've tried using the gridviewhelper class which is great but alas i have buttons which i bind id's to (and then pass these through as commandarguements to another page).

The first row's button after the group header loses its arguement - thus ruining the page.

Anyone know any fancy workaround or possible causes?

thanks!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.