Table style??

  • Thread starter Thread starter perspolis
  • Start date Start date
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..
 
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).
 
Back
Top