G
Guest
I used to work a lot with Access and created many access databases
One thing I'm missing right now is the Access Datagrid displayed when you open a table
I looked at a lot of datagrids and read lots of code. But either the solution is to complex or it lacks some functionality
What I realy would like is a datagrid component like the datagrid in Access
It should be easy as ..
Datagrid.Columns.Clea
Datagrid Columns.Add(Type, Header, MappingName, Optional Datasource, Optional DisplayColumn, Optional ValueColumn
Datagrid.Datasource=MyDataset.Tabels("MyTable""
Datagrid.FixedColumns=
Also a summary row would be appreciated
I'm missing the knowledge to build one my self ... for now ...
One thing I'm missing right now is the Access Datagrid displayed when you open a table
I looked at a lot of datagrids and read lots of code. But either the solution is to complex or it lacks some functionality
What I realy would like is a datagrid component like the datagrid in Access
It should be easy as ..
Datagrid.Columns.Clea
Datagrid Columns.Add(Type, Header, MappingName, Optional Datasource, Optional DisplayColumn, Optional ValueColumn
Datagrid.Datasource=MyDataset.Tabels("MyTable""
Datagrid.FixedColumns=
Also a summary row would be appreciated
I'm missing the knowledge to build one my self ... for now ...