Simple FormView

Other usage samples: Simple FormView | Editable Form |

Here is a simple form view

Loading...
Loading...

Code:

<FormView AllowPaging="true" DataKeyNames="Id" ItemType="Widget" Context="Item">
  <ItemTemplate>
    <h3>@Item.Name @Item.Price.ToString("C")</h3>
  </ItemTemplate>
</FormView>
An unhandled error has occurred. Reload 🗙