Skip to content

Commit aa62427

Browse files
committed
chore: polish article
1 parent 6346bad commit aa62427

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

knowledge-base/grid-prevent-rowclick-when-selecting-text.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ To achieve this, use JavaScript interop to detect text selection. Follow these s
3737
2. Inject the IJSRuntime service into your Blazor component to enable JavaScript interop.
3838
3. Call the JavaScript function within your `OnRowClick` event handler to bypass logic when text is selected conditionally.
3939

40-
Example implementation:
41-
4240
````RAZOR
4341
@inject IJSRuntime JS
4442
@@ -100,4 +98,4 @@ Example implementation:
10098

10199
## See Also
102100

103-
* [Grid Events Documentation](slug:grid-events#onrowclick)
101+
* [Grid OnRowClick event](slug:grid-events#onrowclick)

0 commit comments

Comments
 (0)