Skip to content

Commit 1e80015

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

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
@@ -32,7 +32,7 @@ This KB shows how to implement drag and drop between two Telerik components, whi
3232

3333
There are at least two ways to approach drag and drop across different parent components:
3434

35-
* 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 a siblings in their own parent.
35+
* 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.
3737

3838
The described algorithm and the example below are applicable for the [Grid]({%slug grid-drag-drop-overview%}), [TreeList]({%slug treelist-drag-drop-overview%}) and [TreeView]({%slug treeview-drag-drop-overview%}).

0 commit comments

Comments
 (0)