Can we bind dynamic data (dataset or list) to a control in WPF
Posted
by Anish
on Stack Overflow
See other posts from Stack Overflow
or by Anish
Published on 2010-05-25T06:24:18Z
Indexed on
2010/05/25
6:31 UTC
Read the original article
Hit count: 315
Hi,
I have a user control...and the base page(s) which uses this user control has a dataset which will be used by the user control.
My dataset is dynamic...means..it can have different number of columns depending upon which page my usercontrol is implemented. Is there any control in wpf which i can use to bind this dataset (without knowing the column information) ...i mean similar to datagrid/gridview in 2.0 ?
© Stack Overflow or respective owner