This question is locked. New answers and comments are not allowed.
Maybe I'm missing something simple but I need to create a custom EditorTemplate for Add/Edit/Delete.
I already looked at: http://www.telerik.com/community/forums/aspnet-mvc/grid/custom-edit-popup.aspx which is great and all but doesn't solve the problem. I need an "Edit" template that is different than the "create" since some fields need to be readonly when editing. I'd also like to display a few of the entity's properties on delete. Is there a way for me to specify this?
I'm currently going down a long dark road of using the window to accomplish this, but its getting a bit scary. It "works" but cheese n rice I'm jumping through a lot of hoops and this isn't going to scale well. It seems the Grid is sooo close to doing what I need so hopefully someone can point me in the right direction?
I already looked at: http://www.telerik.com/community/forums/aspnet-mvc/grid/custom-edit-popup.aspx which is great and all but doesn't solve the problem. I need an "Edit" template that is different than the "create" since some fields need to be readonly when editing. I'd also like to display a few of the entity's properties on delete. Is there a way for me to specify this?
I'm currently going down a long dark road of using the window to accomplish this, but its getting a bit scary. It "works" but cheese n rice I'm jumping through a lot of hoops and this isn't going to scale well. It seems the Grid is sooo close to doing what I need so hopefully someone can point me in the right direction?