Otis wrote:
It can be you're setting the tablestyle too late in the program. I.e.: if you set it in the constructor of the form and bind the data in the form load, it should work.
Thanks for the suggestion but this has not made any difference - I have the tablestyle being set up in the constructor and the datasource being set up in the form load.
I have also checked the tablestyles collection in debug mode and it is there.
Has anyone else actually succeeded in doing this?
Just to clarify:
I am using visual studio.net 2003 (net 1.1)
My application is winforms using the standard datagrid
I am using self servicing template
At design time if I drag a customer collection onto my form and try to set up a tablestyle the drop down list of mapping names only contains 'ts' which is the timestamp column from my table (I guess this shows up because a timestamp is interpreted as a collection of bits).
Any feedback is appreciated