This question is locked. New answers and comments are not allowed.
I have a simple grid with a multiple bound columns and one column template that loads and image wrapped in and anchor. The image is loaded from a database via controller using a FileResult. This all works great on first load but subsequent actions on the grid lose the image inside the link and never call Controller Action that returns the image again. Do I need to force the column to reload it's html somehow?