Skip to content

UG(892244): Fixed documentation failure due to code snippet file path. #3099

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The MultiColumn Combobox can generate its list items through an object arrays of
{% highlight razor tabtitle="CSHTML" %}
{% include code-snippet/multicolumn-combobox/virtualization/localdata/razor %}
{% endhighlight %}
{% highlight c# tabtitle="Sorting.cs" %}
{% highlight c# tabtitle="LocalData.cs" %}
{% include code-snippet/multicolumn-combobox/virtualization/localdata/localdata.cs %}
{% endhighlight %}
{% endtabs %}
Expand All @@ -35,10 +35,10 @@ The MultiColumn Combobox supports retrieval of data from remote data services wi

{% tabs %}
{% highlight razor tabtitle="CSHTML" %}
{% include code-snippet/multicolumn-combobox/virtualization/sort-order/razor %}
{% include code-snippet/multicolumn-combobox/virtualization/remotedata/razor %}
{% endhighlight %}
{% highlight c# tabtitle="Sorting.cs" %}
{% include code-snippet/multicolumn-combobox/virtualization/sort-order/sort-order.cs %}
{% highlight c# tabtitle="RemoteData.cs" %}
{% include code-snippet/multicolumn-combobox/virtualization/remotedata/remotedata.cs %}
{% endhighlight %}
{% endtabs %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ The MultiColumn Combobox supports retrieval of data from remote data services wi

{% tabs %}
{% highlight cshtml tabtitle="CSHTML" %}
{% include code-snippet/multicolumn-combobox/sorting/remotedata/tagHelper %}
{% include code-snippet/multicolumn-combobox/virtualization/remotedata/tagHelper %}
{% endhighlight %}
{% highlight c# tabtitle="RemoteData.cs" %}
{% include code-snippet/multicolumn-combobox/sorting/remotedata/remotedata.cs %}
{% include code-snippet/multicolumn-combobox/virtualization/remotedata/remotedata.cs %}
{% endhighlight %}
{% endtabs %}