Hi, I am not sure what you need but in any case you can trigger a reset of the ratings control to the default value (the default value is set by the Default property) by:
a) making the rating control's reset property become true even for an instant OR
b) maybe by changing the default value
In order to implement a) you can for example have a button to reset all the rating controls. This button's OnSelect property should be set to:
UpdateContext({ResetRatings: true}); UpdateContext({ResetRatings: false})Then all your rating controls should then simply have the Reset property set to ResetRatings, like this:
