remove a control from a datagrid footer

  • Thread starter Thread starter Darren Spooner
  • Start date Start date
D

Darren Spooner

can anyone tell me how to remove a control for the footer of the datagrid
thanks
darren
 
try this
if(e.item.itemtype == ListItemType.Footer)
e.Item.Cells[3].Controls.Remove blah blah blah
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top