Click here to Skip to main content
16,006,065 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI

I currently am facing a slight issue.

I have managed to add a DataGrid to my vb.net application.
I am able to get the data to show.

The problem i am having is making the datafields editable.

I would like to know is it possible to make an asp.net datagrid work almost like an excel spreadsheet, so the user is able to use their arrow keys to navigate through the fields(rows,columns)?
Posted

ya..it is possible...go to properties of the grid and enable edit mode..and handle the edit event...
 
Share this answer
 
Hi,
try this
VB
datagridview1.readonly = false
 
Share this answer
 
 
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