Link to home
Start Free TrialLog in
Avatar of mgmhicks
mgmhicks

asked on

How to arrow down a gridview column and auto edit cell

I need to create a gridview with 4 columns but only one of them is editable.  I want the user to be able to click, or arrow down the colum to each row and just change the value in that cell.  Anyone have any idea how to approach this problem.  This is an  asp:gridview.

thanks
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

The builtin grid in ASP.NET only allows editing one row at a time. Have you looked at datatables?

http://datatables.net/release-datatables/examples/api/editable.html
ASKER CERTIFIED SOLUTION
Avatar of mgmhicks
mgmhicks

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Nice find.
Avatar of mgmhicks
mgmhicks

ASKER

This was the solution