Hi,
If I make CTRL-C in any windows (it doesn't matter) and i do a CTRL-V in the datagrid of my vb program I made, it doesn't work. Nothing is paste.
However, If I do a CTRL-C and I copy it on a Text Box in my vb program I made, it works.
Why it doesn't work (paste) in a cell of a DataGrid?
My DataGrid is in Edition Mode, I alse try when the datagrid is not in Edition Mode. The properties AllowAddNew, AllowDelete and AllowUpdate = True for the DataGrid.
Is there someone who experience this problem?
If I make CTRL-C in any windows (it doesn't matter) and i do a CTRL-V in the datagrid of my vb program I made, it doesn't work. Nothing is paste.
However, If I do a CTRL-C and I copy it on a Text Box in my vb program I made, it works.
Why it doesn't work (paste) in a cell of a DataGrid?
My DataGrid is in Edition Mode, I alse try when the datagrid is not in Edition Mode. The properties AllowAddNew, AllowDelete and AllowUpdate = True for the DataGrid.
Is there someone who experience this problem?