Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,

i am trying to display the footer row in datagridview to save the details for this iam setting property

dataGridView1.AllowUserToAddRows = true;//this property not working


but it's not showing the footer row in datagridview

is there any other way to show the footer row?

let me know the details of this

Thanks in advance..............
Posted
Updated 8-Aug-12 3:25am
v11
Comments
Prabhakaran Soundarapandian 8-Aug-12 6:48am    
Please be clear about your question..

for sample you have to add the following in gridview.

C#
<FooterTemplate>
   <asp:Button runat="server" ID="btn1" Text="Insert/Delete" />
</FooterTemplate>
 
Share this answer
 
Comments
U@007 8-Aug-12 6:59am    
this is not a web application prabhakaran!

it's winforms see clearly
Prabhakaran Soundarapandian 8-Aug-12 7:03am    
oppsss....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900