I have followed Vladimir Enchev's example of using the RadGrid within the ASP.NET MVC Framework.
I have got my grid working, except for validation in the EditItemTemplate (which is not part of the example).
I am using ModelState.AddModelError to add errors to the model state,
but i cannot seem to obtain these values in the view (using Html.ValidationMessage).
What am I doing wrong?
Has anyone got this working?
I have got my grid working, except for validation in the EditItemTemplate (which is not part of the example).
I am using ModelState.AddModelError to add errors to the model state,
but i cannot seem to obtain these values in the view (using Html.ValidationMessage).
What am I doing wrong?
Has anyone got this working?