BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Shane,
Based on your requirement, We have created a sample and the
same can be downloaded from the link:
Sample Location : WebSite5.zip
Please refer online demo :
http://js.syncfusion.com/demos/web/#!/azure/grid/DataBinding/Table
please refer online documentation:
http://help.syncfusion.com/web
Select
=> ejGrid => Concepts and Features => DataBinding => Html binding
please Let us know if you any queries.
Regards,
J.Mohammed Farook
Currently we are working on your requirement , we will update
in one business day(October 14, 2014)
please let us know if you have any queries.
Regards,
J.Mohammed Farook
Hi Shane,
Thanks for your patience.
Based on your request , We have created a sample in “ejGrid
with table binding” and the same can be downloaded from the link.
Please remove the unknown property in table binding. Please find
the code snippet.
<div id="Grid"></div> <table id="55"> <thead> <tr> <th id='57'>
Laptop </th> <th id='58'>
Model </th> </tr> </thead> <tbody> <tr> <td id="1">HP
Pavilion Sleekbook</td> <td id="2">14-B104AU</td> </tr> <tr> <td id="3">Sony
Vaio</td> <td id="4">E14A15</td> </tr> </tbody> </table> <script type="text/javascript"> $(function () { $("#Grid").ejGrid({
dataSource: ej.DataManager($("#55")),
editSettings: { allowEditing: true, allowAdding: true, allowDeleting: true }, toolbarSettings: { showToolbar: true, toolbarItems:
[ej.Grid.ToolBarItems.Add, ej.Grid.ToolBarItems.Edit,
ej.Grid.ToolBarItems.Delete] },
columns: [
{ field: "Laptop", headerText: "Laptop
Brands", width: 130 },
{ field: "Model", headerText: "Model", width: 130 }
] }); }); |
Sample: SyncFusionTest.zip
Query : could you please tell that, why do you using unknown
property in table declaration.
sorry for the inconvenience caused , We have
misunderstood your query please explain briefly.
Please let us know if you have any queries.
Regards,
J.Mohammed Farook