D
David Lozzi
Howdy,
I have a datalist which is displaying a list of categories and their
associated sub categories in secondary datalists. Works great in a single
column. Unfortunaly when i switch it to repeatcolumn = 2 (or three or
anything over 1) , the data is displayed quite erratically, for example
category 1 category 3
sub 1 sub 1
sub 2
sub 3
category 2 category 4
sub1 sub 1
sub2 sub2
sub3
sub4
so there's a ton of space after the list items with the shorter sub
categoeis. So I swtiched it to RepeatLayout = Flow and it puts it all into
one column. How can I get this to work so it looks more like
category 1 category 3
sub 1 sub 1
sub 2 category 4
sub 3 sub 1
category 2 sub2
sub1
sub2
sub3
sub4
Thanks!!
David Lozzi
I have a datalist which is displaying a list of categories and their
associated sub categories in secondary datalists. Works great in a single
column. Unfortunaly when i switch it to repeatcolumn = 2 (or three or
anything over 1) , the data is displayed quite erratically, for example
category 1 category 3
sub 1 sub 1
sub 2
sub 3
category 2 category 4
sub1 sub 1
sub2 sub2
sub3
sub4
so there's a ton of space after the list items with the shorter sub
categoeis. So I swtiched it to RepeatLayout = Flow and it puts it all into
one column. How can I get this to work so it looks more like
category 1 category 3
sub 1 sub 1
sub 2 category 4
sub 3 sub 1
category 2 sub2
sub1
sub2
sub3
sub4
Thanks!!
David Lozzi