Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
I am creating a page which need to have an editable grid view or GridView with spreadsheet styling. the best alternative I got is datagridview. but that control is for windows application. Is there any way I can use that in my web app or can someone provide me the code for spreadsheet styling gridview
something like this:
http://img707.imageshack.us/img707/3015/datagridview.jpg[^]

or like this

http://theguerreros.info/GridViewSpreadsheet.aspx[^]
Posted
Updated 24-May-12 21:29pm
v2
Comments
Technoses 25-May-12 5:10am    
here, no any dotnet control which is used as spreadsheet.
it is a customized control
for simple web application you should use Form Base Input and GridView listing

Please refer: ASP.NET Grid View[^]
Grid Editing - Validation[^]

This links you've provided I guess it might be created using devExpress. So I provided you respective links.

Hope it helps!
 
Share this answer
 
Comments
ujju.1 25-May-12 3:49am    
its similar to ajaxcontroltoolkit's HoverMenu.
but the problem is that it is used to edit the data. but i dont have to bind any data to my gridview. I just have to insert and save the data.
Prasad_Kulkarni 25-May-12 3:56am    
What's the big deal?
Don't bind your data simple add it to grid view.
any prob in that??
Prasad_Kulkarni 28-May-12 1:10am    
Glad it helps!
see this article.It may help you
Editable Gridview
 
Share this answer
 
 
Share this answer
 
v2
here, no any dotnet control which is used as spreadsheet.
it is a customized control
for simple web application you should use Form Base Input and GridView listing
 
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