GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  DataGrid

 Print  |  
Question:  Hi, I was asked this in an Interview I want to add buttons,images,etc to the footer of a datagrid at runtime. how would i achieve this?



March 03, 2009 02:50:49 #3
 nt57323   Member Since: March 2009    Total Comments: 3 

RE: Hi, I was asked this in an Interview I want to add buttons,images,etc to the footer of a datagrid at runtime. how would i achieve this?
 
You can add the controls in the footer similar to the way how you add a control for a column.
If you want to add the control in the footer, you should take template field. In the template field you will be having footer template. Just drag and drop the control which ever you like.
     

 

Back To Question