Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

edit row in datagrid

i did an research on this website but could not found anything regarding editting a selected row in datagrid. i'am using vb6.0 SP5.
Can some help me with some code which can do this? :confused:
[207 byte] By [randjana] at [2007-11-11 8:45:06]
# 1 Re: edit row in datagrid
The DataGrid control that ships with Visual Basic does not support editing. You can simulate editing by positioning a textbox over the active cell, but it's a lot of work. I recommend using a third-party grid control that supports editing: http://www.google.com/search?q=activex+grid
Phil Weber at 2007-11-11 17:25:03 >