This question is locked. New answers and comments are not allowed.
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
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