SqlCeResultSet with DataGrid

G

Guest

In the past, when using a DataSet as the DataSouce for a DataGrid I would use
the mapping name Table to define the TableStyles. When using a
SqlCeResultSet, does anyone know what the mappingname property is for the
TableStyle definintion? Thanks!
 
G

Ginny Caughey [MVP]

Go Mobile,

I just tried a quick test, and I don't see that SqlCeResultSet provides a
mappingname you can use either. I could have missed something though.

Are you able to display the items in the SqlCeResultSet in the DataGrid ok
otherwise? I was able to set a datagrid's DataSource to a SqlCeResultSet
from Northwind using "SELECT * FROM Orders" which would be over 1000 rows,
but only the first 5 rows actually displayed.

Ginny Caughey
..NET Compact Framework MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top