Datagrid omit the TableStyle

  • Thread starter Thread starter Hergass Y.
  • Start date Start date
H

Hergass Y.

Hi!
I got a form with datagrid which bound to Dataset.
If I fill the dataset with DS.ReadXML I can see the
TableStyle.
But if I fill the Dataset from SqlCE with DataAdapter.Fill
the datagrid omit the TableStyle but no error.

Any help?
thanks in advance
Hergass Y.
 
When you set up a custom table style it is specific to the collection to
which you bind the control - the field names and collection name must match
exactly otherwise none of your custom columns will be shown.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
Peter
All the fields name the same like in the XML file.
But it still dosn't work.
Thank's anyway
 
Peter
Sorry' It's work, I had an incorect MappingName.

Thank's
Hergass
 

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

Back
Top