jsgrid-webapi
jsgrid-webapi copied to clipboard
Sample project for jsgrid with WebAPI remote source
1. Added SLN (Auto Generated by VS 2015 if you install / reinstall Nuget Packages 2. New Files Added as a result of Nuget Package Install 3. Explicit mention of...
JsGrid-WebAPI does not save changes or deletions for newly inserted items. The update (checkmark) and delete (trashcan) buttons just hang when clicked, so I have to click the X to...
Hi, Code snippet I'm using to display the data https://github.com/tabalinas/jsgrid-webapi/blob/b25118d6b6ae41760fa08455b1050e8c57e9901e/Views/Home/Index.cshtml ``` $("#jsGrid").jsGrid({ height: "50%", width: "100%", filtering: true, inserting: true, editing: true, sorting: true, paging: true, autoload: true, pageSize: 10,...