FlexGrid

FlexGrid

AntiForgery

This sample shows how you can use C1AntiForgeryTokenAttribute to prevent forgery of a request. The sample uses Html.AntiForgeryToken() to generate a token per every request so then no one can forge a form post. To Test, remove Html.AntiForgeryToken() in AntiForgency.cshtml, then update data on grid, server will return an 500 Internal Server Error.

Features