DataGrid not accepting Enter? 
Author Message
 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



Mon, 29 Aug 2005 02:39:51 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. dbVersion20 does not accept dbText?

2. CreateTableDef Does Not Accept vbAttachedTable as Parameter

3. Number Keypad Values Not accepted as Numieric

4. NDR from Exchange some servers not accept

5. TCPListener.Accept() not blocking?

6. Public declarations not accepted

7. Program not accepting keystrokes.

8. Text box not accepting keystrokes

9. Winsock array not accepting multiple connections

10. VB4 16 bit LoadPicture not accepting above ascii 127 chars

11. CreateObject ( ) does not accept computername?

12. dbText not accepted with dbVersion20

 

 
Powered by phpBB® Forum Software