ASPxClientHint.Update Method
Forces the hint to reselect target UI elements according to the specified CSS selector.
Declaration
static Update(): void
Remarks
After the hint is registered (using the ASPxClientHint.Register method), the hint no longer inspects the changes in the DOM tree and doesn’t update the list of the selected hint’s target UI elements. To force the hint to reselect UI elements according to the specified CSS selector, use the Update method.
Online Demo: ASPxHint - Hint for Text Ellipsis
See Also