SimpleForm 是简化版的 Form
FormRow 允许 Form 实现 多行的布局 但是在 SimpleFrom 中 FormRow 是不能使用的
<f:Form runat ="server">
<Items>
<f:FormRow>
<Items>
<f:Grid ID="Grid1" Width="800px" DataKeyNames="Id,Name" runat="server" Title="表格">
</f:Grid>
</Items>
</f:FormRow>
</Items>
</f:Form>
SimpleForm 在布局上弱于 Form