I am dynamically adding GridViewColumns in code and use a CellTemplateSelector to format the cells. That works. However, I would really like to just use AutoGeneratingColumns=True and still use the CellTemplateSelector mechanism. Is that possible? My attempts seem to indicate it is not. Thanks for any assistance on this.