<Grid>
<Cfg id='Expert2'/>
<LeftCols>
      <C Name='A' Width='50'/>
</LeftCols>
<Cols>
      <C Name='B' Width='50'/>
      <C Name='C' Width='100' Type='Html' CanEdit='0'/>
</Cols>
<RightCols>
      <C Name='D' Width='50'/>
</RightCols>
<Solid>
	<I Space='1' Html='&lt;div style="background:#ccc;width:100%;"&gt;This is space row&lt;/div&gt;'/>
	<I Space='5' Html='&lt;div style="background:#eed;width:100%;"&gt;This is also space row&lt;/div&gt;'/>
</Solid>
<Head>
<I
	LeftHtml='&lt;input type="button" value="press" onclick="alert(&apos;User row button&apos;)"/&gt;'
	MidHtml='&lt;input type="text" value="normal &lt;input> tag" onkeydown="CancelPropagation(event)" style="width:100%;border-left:0px solid;border-right:0px solid;"/&gt;'
	RightHtml=''
	/>
</Head>
<Body>
<B>
<I A='Text 1' B='Text 2' C='Text 3' D='Text 4'/>
<I A='Text 1' B='Text 2' C='&lt;input type="button" value="press" onclick="alert(&apos;Html col button&apos;)" /&gt;' D='Text 4'/>
<I A='Text 1' B='Text 2' C='Text 3' D='Text 4'/>
<I A='Text 1' B='Text 2' C='&lt;a href="http://www.google.com" &gt;search &lt;/a&gt;' D='Text 4'/>
</B>
</Body>
<Foot>
<I
	LeftHtml='&lt;div style="background:#faa;width:100%;"&gt;Left&lt;/div&gt;' 
   B='cell' C='cell'
   RightHtml='&lt;div style="background:#afa;width:100%;"&gt;Right&lt;/div&gt;'
   />
<I A='Text 1' B='Text 2' C='Text 3' D='Text 4'/>
</Foot>
</Grid>