We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fd0a60 + c44358e commit e701d5dCopy full SHA for e701d5d
1 file changed
HTMLSamples/grid/xml-binding.html
@@ -64,6 +64,7 @@
64
dataSource: xmlDoc,
65
schema: xmlSchema
66
});
67
+ ds.dataBind();
68
69
$("#grid").igGrid({
70
dataSource: ds //$.ig.DataSource defined above
0 commit comments