This question is locked. New answers and comments are not allowed.
|
Requirements |
|
| RadControls version | Q2 beta |
| .NET version | 4.0 |
| Visual Studio version | 2010 |
| programming language | C# |
| browser support |
all browsers supported by RadControls |
PROJECT DESCRIPTION
This is an example, not a complete project. I want you to see how can you enable inline editing in your grids, using MVC 2, EF.
In order to enable the editing of navigation properties, you have to include an EditorTemplate, with the name of the related entity (in the example /Views/Shared/EditorTemplate/Aplicacion.ascx) and add metadata to the entity tha have the navigation property (see /Models/Grupo.cs)
I hope to be useful