Hey guys, I am having a bit of problem working with DataList. I have set the RepeatColumns as 3, RepeatDirection as "vertical" and RepeatLayout as "Table". It works fine if the number of items are a multiple of 3 or if there are 2 items left for the last row. But if there is only one item left for the last row, then it takes an item from the second-last row and adds it to the last row so there are 2 columns in both the rows. For example, if the number of items are 4, then it puts 2 items in the first row and two in the second row while I want three in the first and one in the second row.
What should I do?
