This is a migrated thread and some comments may be shown as answers.

How to force data-grid to refresh on the Outlook Template for VS2018?

0 Answers 42 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Khoa
Top achievements
Rank 1
Khoa asked on 16 Oct 2018, 11:27 AM

How can I force data-grid refresh on the Outlook Template for VS2018?

 

At this moment, when I make a change on the cell, I need to close the group and open the group to see the changes.

I am using observablecollection and INotifyPropertyChanges.

 

I saw in some forum that I can force the grid to update, I want to do this with a button which calls on a command function from the command file in the template.

e.g.   DataGridName.Item.Refresh();

But it seems like I can't find the reference to the datagrid at all.

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Khoa
Top achievements
Rank 1
Share this question
or