KoGrid
KoGrid copied to clipboard
A Knockout DataGrid
When i using the knockout style binding to set the '-moz-column-count' : 2, and '-moz-column-width': '175px', both are not applied. but its accepted -webkit-column-count' and column-count' .
Is there any way we can export the KOGrid contents along with formatting (especially grouping) into excel?
After selecting multiple rows using the shift key the grid then fails to clear the selected rows correctly and also I am unable to update the row data for the...
Fix a bug where observable properties of a row's entity were being cached, which prevents the row from observing their changes. http://stackoverflow.com/questions/21858868/make-kogrid-respect-observable-properties
``` javascript self.sortData = function (col, direction) { // if external sorting is being used, do nothing. self.isSorting = true; self.sortInfo({ column: col, direction: direction }); self.clearSortingData(col); if(!self.config.useExternalSorting){ window.kg.sortService.Sort(sortInfo, self.sortedData);...
We have grid where all columns are resizable and sortable. When resizing a sortable column on the mouseup event sort is being invoked. Whenever sort is called the width of...
You can use your own judgement on this, but being able to select text on whole portions of the grid looks messy. Ideally the user could only select text from...
Would allow it to fit in easily with everything else I'm using.
Currently all the tests fail. The following actions must be taken to enable unit testing and future stability of the project. - [x] Upgrade test environment to use more recent...
Hi I want a link/button in each row which open dialog box with details of row. My first row is working fine. Some how not able to open the dialog...