Skip to content

Commit 6277ba5

Browse files
committed
Merge remote-tracking branch 'refs/remotes/IgniteUI/17.2' into 17.2
2 parents 5f0b1b1 + e701d5d commit 6277ba5

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

HTMLSamples/grid/export-grid-loading-indicator.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@
5757
'igGrid.Sorting,' +
5858
'igGrid.Paging,' +
5959
'igGrid.Summaries,' +
60-
'modules/infragistics.documents.core.js,' +
61-
'modules/infragistics.excel.js,' +
62-
'modules/infragistics.gridexcelexporter.js'
60+
'igGridExcelExporter'
6361
});
6462

6563
$.ig.loader(function () {

HTMLSamples/grid/xml-binding.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
dataSource: xmlDoc,
6565
schema: xmlSchema
6666
});
67+
ds.dataBind();
6768

6869
$("#grid").igGrid({
6970
dataSource: ds //$.ig.DataSource defined above

0 commit comments

Comments
 (0)