Click here to Skip to main content
15,888,218 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

i got the below comments from Google:

/////*********

WPF does not directly support list data binding for Document.Table . By this we mean that there is no way to define a row template and then have the table automatically add a row for each data item in the data provider. We achieve this functionality by manipulating the XAML code in memory to add additional rows.

//////***********

So how can i achieve the above mentioned .

Regards,

sajith
Posted
Comments
Sergey Alexandrovich Kryukov 12-Mar-12 2:13am    
Why modifying XAML? This is not how it works. You need to modify the document itself. Just look for documentation.
--SA
sajithnet 12-Mar-12 4:08am    
thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900