Skip to content

Commit 5005747

Browse files
committed
946908: UG document for Chip drag and drop feature in Core and Mvc platform.
1 parent 90c24a2 commit 5005747

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ej2-asp-core-mvc/chips/draganddrop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ In the following sample, the [`allowDragAndDrop`](https://help.syncfusion.com/cr
2626

2727
{% tabs %}
2828
{% highlight cshtml tabtitle="CSHTML" %}
29-
{% include code-snippet/chips/trailing/tagHelper %}
29+
{% include code-snippet/chips/draganddrop/tagHelper %}
3030
{% endhighlight %}
3131
{% endtabs %}
3232

3333
{% elsif page.publishingplatform == "aspnet-mvc" %}
3434

3535
{% tabs %}
3636
{% highlight razor tabtitle="CSHTML" %}
37-
{% include code-snippet/chips/trailing/razor %}
37+
{% include code-snippet/chips/draganddrop/razor %}
3838
{% endhighlight %}
3939
{% highlight c# tabtitle="Default.cs" %}
40-
{% include code-snippet/chips/trailing/default.cs %}
40+
{% include code-snippet/chips/draganddrop/default.cs %}
4141
{% endhighlight %}
4242
{% endtabs %}
4343
{% endif %}

0 commit comments

Comments
 (0)