Switching between TableStyles in a datagrid

  • Thread starter Thread starter Ioannis Demetriades
  • Start date Start date
I

Ioannis Demetriades

Hi,

I've got a datagrid bound to a CollectionBase class and I want to be able to
view the same data in two different ways (one view at a time). My two views
are defined as 2 TableStyles but I don't know how to change the default
tablestyle and move from view A to view B.

Is this a good reason to use a second TableStyle or is there a better way of
doing that?


Thanks.
Ioannis Demetriades
(e-mail address removed)
 
It seems that all you have to do is to change the mapping name of the
various tablestyles so that only one of them is mapped at a time.
 
Back
Top