T
TR
I am looking for a control where I can do this:
TheControl.DataSource = MyDataSet
and then the control will automagically create a grid/spreadhsheet for
each Datatable in the MyDataset.Tables collection, and present a tabbed
interface something like Excel's Sheet1, Sheet2, Sheet3 bottom tabs.
The contents of each "sheet" would correspond to MyDataset.Tables(0),
MyDataSet.Tables(1), and so on.
The DataTables would have different schemas -- different column names,
datatypes, different number of columns.
Does such a control exist?
Thanks in advance.
TheControl.DataSource = MyDataSet
and then the control will automagically create a grid/spreadhsheet for
each Datatable in the MyDataset.Tables collection, and present a tabbed
interface something like Excel's Sheet1, Sheet2, Sheet3 bottom tabs.
The contents of each "sheet" would correspond to MyDataset.Tables(0),
MyDataSet.Tables(1), and so on.
The DataTables would have different schemas -- different column names,
datatypes, different number of columns.
Does such a control exist?
Thanks in advance.