Adding Edit Function for datagridcolumn

User_nash

New member
Joined
Apr 21, 2008
Messages
1
Programming Experience
Beginner
hey guys Im new to VB itself. Currently using Visual Studio 2005. Right Now I have a datagridview named "datagridview1" only hehe :D, where all the columns are databound except the last column which ofcourse is "Edit Button" column. The datagrid basically fetches data from the table and the data is being displayed in a row and all the fields in the row is set to "read only" by default. Now i want to add "Edit" function for the row so that onclick, all the fields in the row must be editable ie setting "ready only" = false.

if you guys could help me it will be of great help!
thanks a ton in advance!
 
Back
Top