
DataGrid not accepting Enter?
Hi!
My DataGrid doesn't accept Enter. I mean it should work as Alt+Enter in
Excel. => multiline cell
Is this because of DataView as DataSource?
...
dv = New DataView()
dv.Table = User.RouteDataSet.Tables("Customer")
dv.AllowNew = False
dv.RowFilter = "CustomerID='" & CustomerIDComboBox.Text & "' AND
Amount>'0,000'"
ServicesDataGrid.DataSource = dv
...
DataGrid, DataTable, DataView, DataGridTableStyle etc. -- I think they're
total madness.
TIA,
Joni Tuoreniemi