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

[Solved] Grid Editing with 2 controllers

0 Answers 67 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Steve
Top achievements
Rank 1
Steve asked on 08 Aug 2010, 08:24 PM
Hi,

  I have a page with informations (textbox) on Members (controller 1) and in the bottom, a telerik mvcgrid who list training this member had (controller 2).  I need to do editing on controller 2 and I had many problems, so I found an example on this site(GridWithEditing.sln), but I had 3 problems:
1- When I have 1 row and try to edit, grid call controller1.edit and not controller2.edit, so it crashs
2- When I try to insert a row using toolbar, I have an error "Microsoft JScript runtime error: Object expected" in my ascx similar to Employee.ascx
3- The row shown in the grid is not located in the grid, it is located below.

I'm using Q2 2010(version 2010.2.713) with Visual Studio 2010.

Thank you
Tags
Grid
Asked by
Steve
Top achievements
Rank 1
Share this question
or