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

[Solved] Grid layout broken after delete

1 Answer 81 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.
AspenSquare
Top achievements
Rank 1
AspenSquare asked on 26 Jul 2012, 05:31 PM
I'm having an issue with the Grid control.

I've attached four images.

1. Shows grid as it should be working.
2. Shows the rendered html for the cell.
3. Shows the grid after I delete the first row.
4. Shows the rendered html for the cell where the image should be. All I see is a closing cell tag.

Has anyone come across something like this before?

1 Answer, 1 is accepted

Sort by
0
AspenSquare
Top achievements
Rank 1
answered on 26 Jul 2012, 07:03 PM
This is how I'm returning from the Delete in my controller...

return View(new GridModel(_newList));
Tags
Grid
Asked by
AspenSquare
Top achievements
Rank 1
Answers by
AspenSquare
Top achievements
Rank 1
Share this question
or