Skip to content

Commit e701d5d

Browse files
authored
Merge pull request #61 from MayaKirova/bug-245381
Fix for bug 245381: Grid from XML Binding sample doesn't load
2 parents 1fd0a60 + c44358e commit e701d5d

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)