List Questions

Hi,

Brand new to Vaadin, but I’m really excited so far!

I’m trying to figure out which vaadin control most closely resembled the .net ListView control. I tried the Table control, but I couldn’t figure out how to make the rows selectable.

Any ideas?

Thanks

Hi,
Grid
is what you are looking for.
See it in action
and try it (you can see code snippets there, click the “i”). If you have any questions about it, just let me know here :slight_smile:

Thanks! Is it possible to dynamically add rows and columns to grid dynamically without using a data source?

thanks

Yes it is. You can use Grid.setItems() and Grid.addColumn().