DataGrid TableStyles...

  • Thread starter Thread starter alig
  • Start date Start date
A

alig

Is it possible to use DataGrid TableStyles with DataView as DataSoure? What
MappingName I need to set?
 
I think you would the name of teh DataTable associated with the DataView,
this.dataView1.Table.TableName.

======================
Clay Burch, .NET MVP

Visit www.syncfusion.com for the coolest tools
 
Back
Top