I need to be able to render a tabstrip with a dynamic number of tabs, and then within each tab a griid to display records that relate to the tab.
Basically it is grouping sets of data into tabs, and then displaying the records from that group in the grid.
The underlying source of the grids is all the same, albeit each one would be showing a different subset of records.
The number of tabs/grids required would be unknown until the data is loaded.
Is this even possible? I have searched but can't find an example doing exactly what I need.
Thanks