This is a migrated thread and some comments may be shown as answers.

GridEditMode.PopUp displaying fields that it shouldn't be

1 Answer 106 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jesse
Top achievements
Rank 1
Jesse asked on 27 Jul 2012, 09:09 PM
With my current code, whenever I click "Add" on the grid, the model's ID fields still show up! I can get the functionality I want if I use just the plain old Kendo Web, but I'd really like to get this working using the MVC wrapper. I've spent hours trying to! Could somebody please tell me what I'm doing wrong here? 

1 Answer, 1 is accepted

Sort by
0
Chad England
Top achievements
Rank 1
answered on 01 Aug 2012, 01:50 PM
Not 100% sure, but in the model class do you have something like this

[ScaffoldColumn(false)]
public int AddressId { get; set; }
Tags
Grid
Asked by
Jesse
Top achievements
Rank 1
Answers by
Chad England
Top achievements
Rank 1
Share this question
or