singhswat
singhswat
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,...
Hi, Export to excel throws error if it has encountered any special characters for e.g.  Thanks