<Grid>
<Cfg id='Features2' MainCol='A' FilterEmpty='1'/>
<Cols>
      <C Name='A' Width='110'/>
      <C Name='B' Type='Int' Width='40'/>
      <C Name='C' Type='Float' Width='60'/>
      <C Name='D' Type='Date'  Width='100'/>
      <C Name='E' Type='Enum' Enum='|alfa|beta|gama|delta'  Width='60'/>
</Cols>
<Head>
	<I Kind='Filter' A='F' AFilter='11' AButton='Defaults' ADefaults='|*RowsVariable|*FilterOff' ARange='1' 
      BShowMenu='0' CMenuItems='0,1,2,3,4,5,6,11,12' DRange='1'
      EEnumType='1' EEnum='|all|alfa|beta|gama|delta' EShowMenu='0' EFilterOff='0'
      />
</Head>
<Body>
<B>
	<I A='One' B='1' C='1.0' D='1/1/2000' E='0'/>
	<I A='Two' B='2' C='-1.0' D='1/11/2000' E='1'/>
	<I A='Three' B='3' C='121.3' D='6/3/1999' E='3'/>
	<I A='Four' B='4' C='-331' D='12/31/2006' E='2'/>
	<I A='Five' B='5' C='16.43' D='5/15/2005' E='1' CanFilter='2'>
		<I A='Five One' B='6' C='1000' D='3/7/2002' E='1'/>
		<I A='Five Two' B='7' C='453.2' D='8/21/2002' E='1'/>
		<I A='Five Three' B='8' C='-3000' D='7/12/2003' E='3'/>
		<I A='Five Four' B='9' C='567' D='5/25/2006' E='0'/>
		<I A='Five Five' B='10' C='-0.03' D='3/17/2100' E='2'/>
	</I>
</B>
</Body>
<Foot>
<I Calculated='1' CanEdit='0' AFormula = '"Displayed: "+countrows(4) + " / " + countrows(5)' BType='Text' CType='Text' EType='Text'/>
</Foot>
</Grid>