Skip to content

Commit f3b4063

Browse files
author
pipeline
committed
sample(EJ2-4764): Frozen rows and columns sample added
1 parent 524a286 commit f3b4063

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+189
-67
lines changed

src/autocomplete/databinding.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ <h4>Remote Data</h4>
5555
<li><code>WebMethodAdaptor</code> - Use this to interact with web methods.</li>
5656
</ul>
5757
<p> More information on the data binding feature configuration can be found in the
58-
<a href="http://ej2.syncfusion.com/documentation/auto-complete/data-binding.html" target="_blank"> documentation section</a>.
58+
<a href="http://ej2.syncfusion.com/angular/documentation/auto-complete/data-binding.html" target="_blank"> documentation section</a>.
5959
</p>
6060
</div>

src/autocomplete/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
<p>The default sample illustrates the use of AutoComplete that allows the end-users to select an item from the suggestion list.
3131
</p>
3232
<p> More information on the AutoComplete instantiation can be found in the
33-
<a href="http://ej2.syncfusion.com/documentation/auto-complete/getting-started.html" target="_blank"> documentation section</a>.
33+
<a href="http://ej2.syncfusion.com/angular/documentation/auto-complete/getting-started.html" target="_blank"> documentation section</a>.
3434
</p>
3535
</div>

src/autocomplete/groupingicon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ <h4> Icons</h4>
2626

2727
<p>The 2nd AutoComplete is populated with icons which is rendered by mapping the <code>iconCss</code> field.</p>
2828
<p> More information on the grouping feature configuration can be found in the
29-
<a href="http://ej2.syncfusion.com/documentation/auto-complete/grouping.html" target="_blank"> documentation section</a>.
29+
<a href="http://ej2.syncfusion.com/angular/documentation/auto-complete/grouping.html" target="_blank"> documentation section</a>.
3030
</p>
3131
</div>

src/autocomplete/highlight.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131

3232
<p>This sample illustrates that, the searched characters on the country suggestion list items are highlighted.</p>
3333
<p> More information on the highlight search feature configuration can be found in the
34-
<a href="http://ej2.syncfusion.com/documentation/auto-complete/how-to.html#custom-highlight-search" target="_blank"> documentation section</a>.
34+
<a href="http://ej2.syncfusion.com/angular/documentation/auto-complete/how-to.html#custom-highlight-search" target="_blank"> documentation section</a>.
3535
</p>
3636
</div>

src/autocomplete/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
<li><code>HeaderTemplate</code> - To customize the header element.</li>
3030
</ul>
3131
<p> More information on the template feature configuration can be found in the
32-
<a href="http://ej2.syncfusion.com/documentation/auto-complete/templates.html" target="_blank"> documentation section</a>.
32+
<a href="http://ej2.syncfusion.com/angular/documentation/auto-complete/templates.html" target="_blank"> documentation section</a>.
3333
</p>
3434
</div>

src/combobox/cascading.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
ComboBox value. This can be configured by using the <code>change</code> event of parent ComboBox. Within
2626
that change event handler, you should load the data to child ComboBox based on the selected value of parent ComboBox.</p>
2727
<p> More information on the Cascading feature configuration can be found in the
28-
<a href="http://ej2.syncfusion.com/documentation/combo-box/how-to.html#configure-the-cascading-combobox" target="_blank"> documentation section</a>.
28+
<a href="http://ej2.syncfusion.com/angular/documentation/combo-box/how-to.html#configure-the-cascading-combobox" target="_blank"> documentation section</a>.
2929
</p>
3030
</div>

src/combobox/custom-value-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/combobox/custom-value.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.control-section {
2-
max-width: 300px;
2+
max-width: 270px;
33
margin: 0 auto;
44
}
55

src/combobox/custom-value.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@
1919
present in the predefined set of values. By default, this support is enabled by <code>allowCustom</code>
2020
property. In this case, both text field and value field are considered as same. The custom value will be
2121
sent to post back handler when a form is about to be submitted.</p>
22+
<p> More information about the Custom value feature can be found in the
23+
<a href="http://ej2.syncfusion.com/angular/documentation/combo-box/getting-started.html#custom-values" target="_blank"> documentation section</a>.
24+
</p>
2225
</div>

src/combobox/databinding.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ <h4>Remote Data</h4>
5858
customer data as an instance of <code>DataManager</code>. Also, provided option to enable/disable <code>autofill</code> feature in the property panel.
5959
</p>
6060
<p> More information on the data binding feature configuration can be found in the
61-
<a href="http://ej2.syncfusion.com/documentation/combo-box/data-binding.html" target="_blank"> documentation section</a>.
61+
<a href="http://ej2.syncfusion.com/angular/documentation/combo-box/data-binding.html" target="_blank"> documentation section</a>.
6262
</p>
6363
</div>

0 commit comments

Comments
 (0)