We have two sets of columns that show different meaning of the same data
1. One shows the value of individual items
2. Second shows the contribution of that item to the total.
I would like to have a switch of which set to show based on the segment control. If the segment value changes then one set is hidden while the other one is displayed
What is the best way to implement this?
Hi,
The best way to do this, is to just swap the ColumnDefinitions on the DataSourceHelper. You would then subsequently call invalidateData on the DSH and then updateData on the IGGridView.
-SteveZ