Data Grid
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi How can I use a combo box in a column of datagrid ? I mean this column should word like a combobox
Hi Dear, you can use any control in datagrid but it has many tips and tricks. you can use textbox and datacombo for this target. with row_col_change event you should these acts : 1)move text box to the specific cell with .move method 2)read cell data and move it to text box . .......... for more information about this please contact with me : ordubadi@ittoolbox.net or mohammadord@hotmail.com bye. M.R.O