Can you tell me if i'd be able to use 'group' property with 'select'.
<select data-options='
method: "get",
multiple:false,
valueField:"value",
textField:"text",
groupField:"group"
' >
<option >Text in group1</option>
<option >Text in group2</option>
<option >Text in group3</option>
</select>