I had to figure this out today so I’m sharing in case someone has the same problem. If you’re trying to use GridView.Columns.RemoveAt(0) to drop the AutoGenerate Link Column at runtime and it’s not working you likely need to rewire the AutoGenerate Command. Originally, I had initialized the property directly in the GridView Control setup… Continue reading Remove AutoGenerate Edit Link from GridView at Runtime