Gets or sets a value indicating whether the control automatically and immediately calls back to the server when UserRating is changed.

public virtual bool AutoCallBack {get; set;}

Property Value

true to automatically call back to the server when the user rating is changed, false otherwise. The default is true

Remarks

If you would like to wait to handle UserRating changes until the time of the form submission, and don't mind requiring the user to submit a form, set this property to false.

See Also

SlickRater Class | KrispWare Namespace | IsCallBack Property