I don't think so.
You'd have to artificially add items to the source DataSource.
If its a DataSet, then add rows to the DataSet.Table
If its a Collection(Base), then you'll have to add items to it.
"beachboy" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> hello,
>
> I have set "RepeatColumns" on myDataList = 5, if the reminder of itemdata
is
> not multiple of 5.. e.g: only have 3 items. then the display will break...
> any method i can solive this and add empty columns if the output is less
> than 5?
>
> Thanks in advanced.
>
>
|