Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hi i about start designing a website i need help in two things :

1)Need to design a editable grid view which will contain 15 columns so it wont be user friendly .Can anyone suggest any other way to implement such approach in which we can enter data and after saving its visible also .

2)I want to implement simple theme in website , its a bussiness website . Any pointers to simple theme ? Preferably which has ui like windows 8 i mean like smooth buttons and all
Posted
Comments
[no name] 22-Feb-13 5:57am    
YOu can use jqgrid for doing all the performances that you have mentioned here.

hi
->take a panel control
->place the grid view in that panel control
->Go to the Properties of panel control
->select the "scroll bar" property of panel & set it to "Both"
-> now you can add as many columns as you want in Grid view..
->when you run this program.. panel shoes the Scroll bar so you can view all the columns

Note:Button in grid view arrange the column size according to your need..otherwise all the columns are going to overlap each other..

it may use full good day
 
Share this answer
 
Check this link there has a grid with all functions which you need

http://www.obout.com/grid/[^]
 
Share this answer
 
http://demos.telerik.com/aspnet-mvc[^]
This link shows the perfect view with ajax binding so u don't worry about the page postback just use this tutorial.
 
Share this answer
 
v2

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