I have data collection from a web page and I have assigned them to variables. Now I have created a (built ) data table with all column names. I need to add these data to data table rows one after another.
For. ex: row A is filled with data in data table now in 2nd iteration row B should be filled with data likewise we need to complete the data table rows
the issue that I am facing is: the values in the data table are getting overlapped and the final output is only one data row with last iteration data.
I have tried using the add data row but it is not working and the values are getting added to the same data row instead of the next row.
Can anyone have a sample XAML file to help me out?
Thanks in advance