J
John Martin
This should be an easy match, but I'm lost. I want to perform a kind
of grouping of the data in a datagrid object, so that only the first
occurrence of a value in column one is visible. The following equal
rows should be blanked in column one, se example:
Col.one Col.two Col.three
A Data1 DataA1
Data2 DataA2
Data3 DataA3
B Data1 DataB1
Data2 DataB2
etc...
I'm trying to do this in the ItemCreated event, but I'm not able to
compare the current row with the previous. Or store the previous value
in some variable.. Please help, it's getting late!
Regards,
John Martin
of grouping of the data in a datagrid object, so that only the first
occurrence of a value in column one is visible. The following equal
rows should be blanked in column one, se example:
Col.one Col.two Col.three
A Data1 DataA1
Data2 DataA2
Data3 DataA3
B Data1 DataB1
Data2 DataB2
etc...
I'm trying to do this in the ItemCreated event, but I'm not able to
compare the current row with the previous. Or store the previous value
in some variable.. Please help, it's getting late!
Regards,
John Martin