D Darren Spooner Oct 14, 2003 #1 can anyone tell me how to remove a control for the footer of the datagrid thanks darren
A Alvin Bruney Oct 15, 2003 #2 try this if(e.item.itemtype == ListItemType.Footer) e.Item.Cells[3].Controls.Remove blah blah blah