DataGrid TableStyles Not Loaded

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm developing an application in VB.Net. I updated the CF to SP3 and
everything was going right. But now, the DataGrids are not showing as wished,
Info in them is show like the datasource, ignoring the TableStyle defined.
Anybody know how to fix this?

Thank you
 
I'd recommend defining your TableStyle in code, not using the
Visual Designer. I've had problems getting my DataGrids to
respect the styles defined in the designer since SP1. I always
define the table styles by hand.
--
Darren Shaffer
..NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com
 
Back
Top