I have an extended GridView class, GridViewEx, which inherits from the basic ASP.NET gridview. I override the CreateColumns method to intercept the columns collection and inject my own column, containing a modified CheckBoxField.I have an extended GridView class, GridViewEx,