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

[Solved] Telerik Grid appears to cache inserts using inline editor

1 Answer 13 Views
Editor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Henderson
Top achievements
Rank 1
Henderson asked on 25 Jul 2011, 03:49 PM
Hi,

I am currently experiencing problems using the Telerik grids in my MVC Project. The following issue occurs

- Using the inline editor works when inserting the first row.
- After inserting the second row, the second row is actually created, however a copy of the first row is also added to the grid.
- Subsequent inserts create duplicate entries of the previous row inserted.

It appears that the previous row is cached and sent to update action when a row is inserted. I have confirmed this by stepping through the code using the debugger.

Another strange problem occurs when editing a line in the grid. When the line is edited the very first time, everything works as it should, after the second edit I get following error when I try and save the change:

'RISKID is null or not an object'

Any assitance with this problem will be greatly appreciated.


1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 26 Jul 2011, 07:13 AM
Hi Henderson,

I'm afraid that the provided information is not sufficient in order to track the cause for this issue. Therefore, it will be appreciated if you could send us a small runnable application in which it can be observed locally. 

Greetings,
Rosen
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Editor
Asked by
Henderson
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or