Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion knowledge-base/tooltip-show-on-disabled-element.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To display a Tooltip for a disabled button, wrap the disabled button within anot

Here's an example demonstrating how to implement this solution:

CSHTML````
````RAZOR
<div class="disabled-button" style="width: fit-content;">
<TelerikButton Enabled="false">Hover me</TelerikButton>
</div>
Expand Down
Loading