Hi, I am trying to change at run the way a template column's items are edited. I tried this without success: protected void OnGridPreRender( object sender, EventArgs e) { ((C1.Web.C1WebGrid. C1TemplateColumn ) wgGrid.Columns[3]).EditItemTemplate = LoadTemplate( "ValidateEditTemplate.ascx"...