Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi friends,
how can add gridview with editable mode. In windows application automatically we have the gridview cell with editable. but in web application we need to click the edit button for editable mode. but i need gridview with automatically editable. is it possible? if possible please give me an example
Posted

Have a look here, some good articles with source on CP:
Full-featured Editable GridView Control[^]
Edit Individual GridView Cells in ASP.NET[^]
Userful GridView ASP.NET[^]

..and more similar answers on CP:
Click here[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 16-Sep-13 12:58pm    
5ed.
—SA
Prasad_Kulkarni 17-Sep-13 0:04am    
Thank you SA!
You can check the available links which will be helpful.

Edit Individual GridView Cells in ASP.NET[^]

Edit Cells in Gridview in ASP.NET [^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 16-Sep-13 12:58pm    
5ed.
—SA
JoCodes 17-Sep-13 0:21am    
thanks SA
you can check with the onclick event of the webgrid. In inclick event you can modify the content of the cell.
-GS
 
Share this answer
 

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