Hi guys,
I have trying this for a long long time. I am getting an error when i add this code:
myDataGrid.TableStyles.Add(ts1)
it says that "'TableStyles not a defiend and not a part of datagridview. what should i do? I am using 2005.
Printable View
Hi guys,
I have trying this for a long long time. I am getting an error when i add this code:
myDataGrid.TableStyles.Add(ts1)
it says that "'TableStyles not a defiend and not a part of datagridview. what should i do? I am using 2005.
Hi David,
The DataGridView does not have TableStyles as the DataGrid did.
These may be of help to you:
Cell styles in the DataGridView
http://forums.microsoft.com/MSDN/Sho...58656&SiteID=1
Good luck.