This question is locked. New answers and comments are not allowed.
HI
I'm using the latest version of the controls.
I have a template column defined in my Telerik Grid which works fine on my initial server call.
My problem arises when the grid is refreshed via Ajax, the template column disappears. Can anyone advise how to fix this?
Template code is:
Thanks
Mark
I'm using the latest version of the controls.
I have a template column defined in my Telerik Grid which works fine on my initial server call.
My problem arises when the grid is refreshed via Ajax, the template column disappears. Can anyone advise how to fix this?
Template code is:
columns.Template(@<text> @Ajax.ActionLink("Edit", "Bedroom_RatesEdit", new { id = item.id }, new AjaxOptions { UpdateTargetId = "_DataPane", InsertionMode = InsertionMode.Replace, HttpMethod = "post" }) | </text>).Width(100);
Thanks
Mark