<?xml version="1.0" encoding= "utf-8"?> 
		<webcontrols> <control type="grid" name="mygrid" width="640" height= "350">
			< general> 
			<resize rows="true" columns="false" />
			<view filter="false" sort="false" />
			<columns hide="true" move="true" />
			<tags rows="rows" row="r" />
		</general>
		<styles>
			<grid borderwidth="2" color="black" gridlinewidth="1" gridlinecolor="red" />
			<header borderwidth="2" borderstyle="outset" bordercolor="lightgrey" />
			<row evenbackgroundcolor="#ffffcc" oddbackgroundcolor="#ccffcc" />
		</styles>
		<datasource format="xrd">
			<query src="../Grids/inlinedata.xml" />
		</datasource> 
		<layout rowheight="160" >
			<band name="address">
				<column name="Address" caption="Street" top="0" left="0" width="220" height="22" editor="textbox"/>
				<column name="City" caption="City" top="22" left="0" width="60" height="22" editor="comboedit" editorvalue="London|Seattle|Tacoma|Kirkland|Redmond" />
				<column name="Region" caption="Region" top="22" left="60" width="40" height="22" editor="textbox" />
				<column name="PostalCode" caption="Zip" top="22" left="100" width="50" height="22" editor="textbox" />
				<column name="Country" caption="Country" top="22" left="150" width="70" height="22" editor="combobox" editorvalue="UK|USA" />
			</band>
			<band name="notes">
				<column name="Notes" caption="Notes" top="0" left="0" width="320" height="44" editor="textarea" />
			</band>
			<band name="id">
				<column name="US" caption="Foreign language" top="0" left="0" width="60" height="44" editor="checkbox"/>
			</band>
		</layout>
	</control>
</webcontrols>