Table style??

P

perspolis

hi
I have a fatagrid with 3 tableStyle
How can i make second TableStyle active to be showed in datagrid???
because alwayes the first tableStyle is showed in datagrid..
 
D

Dmitriy Lapshin [C# / .NET MVP]

Hi,

If you use the same datasource, you should reset MappingName to an empty
string for the first table style and set the correct MappingName for the
second one. Then you most likely should call SetDataBinding once again (not
sure about this step - implement it only if playing with MappingNames alone
does not lead to the desired result).
 

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

Top