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

Invisible new rows after delete

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
CS
Top achievements
Rank 2
CS asked on 30 May 2014, 07:41 AM
Hello,

I use a custom delete operation to delete a row on a successful delete via REST. I also use a custom method to get a new row which pretty much inserts just an empty row at the end of all entries. My problem is that when I delete an item an then try to add one again, I don't see a new row, only when I hit the sorting then I see the empty row.

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 03 Jun 2014, 07:22 AM
Hi Stefan,

I am not sure what exactly is causing this. Similar behavior could be observed in case the data is sorted or grouped, in which case the new item might not appear on the first page of the Grid. If that is the case then I would suggest clearing all grouping and filtering before adding the new item or inserting a pre-populated item that matches the criteria and edit it afterwards. If that is not the case, then I would ask you to share a runnable sample project where the issue is reproduced. This would help us pinpoint the exact reason for this behavior and advise you further.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
CS
Top achievements
Rank 2
Answers by
Alexander Popov
Telerik team
Share this question
or