Hello all,I'm displaying values using dataList, but I'd like to display them as a grid.
simple layout does this: value1 value2 value3 value4 unorderedList layout does this: * value1 * value2 * value3 * value4 I want this: value1 value2 value3 value4Putting panelGrid around dataList doesn't work, of course. Is there a way to this? May be there's a component that allows this.
Thanks in advance, best regards Ondrej Svetlik

