KoGrid
KoGrid copied to clipboard
A Knockout DataGrid
Greetings, I believe there is a bug on the line 2067 at mtch = b.match(dateRE); I believe the reference should be: mtch = b.match(window.kg.sortService.dateRE); Thanks.
is possible to disable the column re-ordering with drag and drop?
This bug occurs when we type the number of the page in the pagination control. Just after that, if we click on the next page button, the number of the...
Hi, I've a bug with a multiselect: true and enableSorting: true koGrid. For example: if the grid have multiple rows, I select one and than I order by a column,...
While building a project with JSPM-GitHub and KoGrid, I receive the following error message: Error on fetch for github:Knockout-Contrib/[email protected] at file:///C:/Users/*******/node_modules/jspm-github/Knockout-Contrib/[email protected] Loading app/startup.js Error: ENOENT: no such file or directory,...
I am facing this issue with only IE 11.1593.14393.0 and Microsoft Edge 4 (38.143893.0.0) in Windows 10. It is working fine on 11.540.15063.0 and Edge 5. Following are the steps:...
I need to create a complex header. since in Ko grid it uses div rather tr td, is there any possibilities to create a complex header
Hi, I'm using KoGrid 2.1.1 , with knockout-3.4.1. I declared 2 observable arrays in my model: ``` self.Siti = ko.observableArray([]); self.SitiSelezionati= ko.observableArray([]); ``` I popolated "Sites" with "complex" object: ```...

Added a check to make sure the selection column doesn't exist before adding it.