Hi @Toshihiko
If the requirement is to refresh the grid with the data change of property from a thing then,
Open the 'GetProperties' service in the data window (dynamically if templates/shapes) and select/tick the boolean property 'Automatically update when able' at the DataProperties tab below the data window after selecting the 'GetProperties' service.Then create a mashup parameter to hold the value of your property from the thing. Now bind the property from the output of the service GetProperties to the mashup parameter and then bind the mashup parameter changed event to the service which is returning infotable/output to your grid.
This should bring in the data change of your property to refresh the grid
I have attached few screenshots related to the bindings that can help if required :
GetProperties - showing where the boolean property ca be found
TestPropertyBinding - binding between the mashup and the GetProperties service
TestBinding - binding to and from the mashup