Skip to content

Commit c44358e

Browse files
committed
Fix for bug 245381: Grid from XML Binding sample doesn't load
Fixing issue in sample.
1 parent 5f0b1b1 commit c44358e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)