G
Guest
I have a data grid with about 20 repeating items. they
data:
colors, red
colors,blue
colors, green
Animals cat
animals bird
people, Tom
people, Bill
people, Kris
i want to have a level break so that THe first column will show only when
the "itemtype" is different from the previous. The data output as follows
Colors Red
Blue
green
Animals cat
bird
People
Tom
Bill
Kris
I'm not sure how to check for the first data value or where to check for it.
is there an "onChange" like event when the data isbound to the column?
I will post code if required, but i think this is a beginner/beginner
question for most of you. Note: i'm using VS.net and code behind.
data:
colors, red
colors,blue
colors, green
Animals cat
animals bird
people, Tom
people, Bill
people, Kris
i want to have a level break so that THe first column will show only when
the "itemtype" is different from the previous. The data output as follows
Colors Red
Blue
green
Animals cat
bird
People
Tom
Bill
Kris
I'm not sure how to check for the first data value or where to check for it.
is there an "onChange" like event when the data isbound to the column?
I will post code if required, but i think this is a beginner/beginner
question for most of you. Note: i'm using VS.net and code behind.