Skip to content

Commit a0442cd

Browse files
dimodiyordan-mitev
andauthored
Update knowledge-base/grid-drag-drop-in-different-components.md
Co-authored-by: Yordan <[email protected]>
1 parent 1e80015 commit a0442cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/grid-drag-drop-in-different-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This KB shows how to implement drag and drop between two Telerik components, whi
3030

3131
## Solution
3232

33-
There are at least two ways to approach drag and drop across different parent components:
33+
You can approach drag and drop across different parent components in at least two ways:
3434

3535
* Use parameters and `EventCallback`s to pass information between the two parent Razor components, which hold the Telerik components. This is a suitable approach if the two parent components are siblings in their parent.
3636
* Use a state management service in your app, which will execute methods and fire events to the Razor components that hold the Telerik components. This is a suitable approach in all cases, but especially if the two parent components are further away in the app component hierarchy.

0 commit comments

Comments
 (0)