| Widget Type | #grid | 
| Widget iOS class | MobileGrid | 
| iOS category | IOSWidgets | 
| Widget Web class | |
| web category | |
| Widget Android class | AndroidGrid | 
| Properties | items - height - order | 
| Events | #needsTitle #needsContainer #needsItems #needsList #configureList:for: #setIconFor:in: #needsIconSourceFor:in:coordinator: #needsCellFor:in: #configureCell:for:in:coordinator: #selectionChanged #selected: | 
| Sample use in spec |  (#lista -> (
		   (#class -> #MobileGrid ),
		   (#configuration -> (
		         (#order -> 2), (#height -> 1000),
			 (#listeners -> (
			   (#needsItems -> [:coordinator | coordinator model snapshots  ]),
			   (#selected: -> [:item :coordinator | coordinator thread next: ((coordinator newTemplateAt: #PhotoEditor) model: item;yourself)])
			 ))
		   ))
    ) |