We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d80e62 commit 41a8e42Copy full SHA for 41a8e42
knowledge-base/tooltip-show-on-disabled-element.md
@@ -36,7 +36,7 @@ To display a Tooltip for a disabled button, wrap the disabled button within anot
36
37
Here's an example demonstrating how to implement this solution:
38
39
-CSHTML````
+````RAZOR
40
<div class="disabled-button" style="width: fit-content;">
41
<TelerikButton Enabled="false">Hover me</TelerikButton>
42
</div>
0 commit comments