Can I display an entire collection/array on a form without using a grid component?
Created: 25 Jan 2013 | Updated: 30 Jan 2013 | 3 comments
This issue has been solved. See solution.
The title pretty much says it all. If this is possible, how can I do this?
Discussion Filed Under:
Group Ownership:
Comments 3 Comments • Jump to latest comment
The list items component will do it. Obviously, the grid component is handy in that if each item in an array has multiple items, it can display them in a nicely formatted manner. Other componenets will probably be less appealing visually.
If you want a grid like table but don't actually want to use the grid component, you could swing some shananigans using a for each component to iterate through the array then use use a merge html component to build yourself a table. You could then display said table with a display html component on the form. Never tried it and seems a bit silly, but would likely work.
If a post solves your issue, please mark it as a solution. It makes these forums better for everyone.
Use a ListBox, ListItems or ListSelect component.
- Bruce
*** If a forum post solves your problem, please flag it as a solution. If you like an article or forum post, vote it up. ***
Thanks for the feedback guys. I'll check these out.
Would you like to reply?
Login or Register to post your comment.