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