Hi All experts there,
I am developing a software using datagridview (vb6 feels better) and i am using virtualMode.
it shows the focus blue box but it is not possible to fill data to the first cell programatically . what is wrong here.
also i have used from within a button_click event as follows
1- MyGrid.CurrentC ell.Value = 22
2- MyGrid.Rows(0). Cells(0).value = 22
3- MyGrid.BeginEdi t(True)
3- MyGrid.CurrentC ell.Value = strData
Thanks in advance
Luckie
I am developing a software using datagridview (vb6 feels better) and i am using virtualMode.
it shows the focus blue box but it is not possible to fill data to the first cell programatically . what is wrong here.
also i have used from within a button_click event as follows
1- MyGrid.CurrentC ell.Value = 22
2- MyGrid.Rows(0). Cells(0).value = 22
3- MyGrid.BeginEdi t(True)
3- MyGrid.CurrentC ell.Value = strData
Thanks in advance
Luckie
Comment