I hope someone can help me.
I am working on a program where I get data from a website, and then display certain parts in a Spreadsheet control. When I initialize my app, I make a new single-page workbook, and add the first row headers. When I process and change pages, in the page loaded method I get the data I want and add it to the next row in the worksheet. My problem is it doesn't reflect in the spreadsheet unless I click in the columns. I want it to display the data as soon as I add it, but I can't find anyway to refresh it. I tried using the SfSpreadSheet control as well, but when I add this to my WPF window, my visual studio crashes.