File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
ej2-asp-core-mvc/multicolumn-combobox Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The MultiColumn Combobox can generate its list items through an object arrays of
22
22
{% highlight razor tabtitle="CSHTML" %}
23
23
{% include code-snippet/multicolumn-combobox/virtualization/localdata/razor %}
24
24
{% endhighlight %}
25
- {% highlight c# tabtitle="Sorting .cs" %}
25
+ {% highlight c# tabtitle="LocalData .cs" %}
26
26
{% include code-snippet/multicolumn-combobox/virtualization/localdata/localdata.cs %}
27
27
{% endhighlight %}
28
28
{% endtabs %}
@@ -35,10 +35,10 @@ The MultiColumn Combobox supports retrieval of data from remote data services wi
35
35
36
36
{% tabs %}
37
37
{% highlight razor tabtitle="CSHTML" %}
38
- {% include code-snippet/multicolumn-combobox/virtualization/sort-order /razor %}
38
+ {% include code-snippet/multicolumn-combobox/virtualization/remotedata /razor %}
39
39
{% endhighlight %}
40
- {% highlight c# tabtitle="Sorting .cs" %}
41
- {% include code-snippet/multicolumn-combobox/virtualization/sort-order/sort-order .cs %}
40
+ {% highlight c# tabtitle="RemoteData .cs" %}
41
+ {% include code-snippet/multicolumn-combobox/virtualization/remotedata/remotedata .cs %}
42
42
{% endhighlight %}
43
43
{% endtabs %}
44
44
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ The MultiColumn Combobox supports retrieval of data from remote data services wi
33
33
34
34
{% tabs %}
35
35
{% highlight cshtml tabtitle="CSHTML" %}
36
- {% include code-snippet/multicolumn-combobox/sorting /remotedata/tagHelper %}
36
+ {% include code-snippet/multicolumn-combobox/virtualization /remotedata/tagHelper %}
37
37
{% endhighlight %}
38
38
{% highlight c# tabtitle="RemoteData.cs" %}
39
- {% include code-snippet/multicolumn-combobox/sorting /remotedata/remotedata.cs %}
39
+ {% include code-snippet/multicolumn-combobox/virtualization /remotedata/remotedata.cs %}
40
40
{% endhighlight %}
41
41
{% endtabs %}
You can’t perform that action at this time.
0 commit comments