Top "Ng-grid" questions

ng-grid is a datagrid written in AngularJS and jQuery by the AngularUI Team.

Detecting cell changes in angular.js and ng-grid

I've racked my brain but am unable to figure out how to detect the cell data change in ng-grid. The …

angularjs angular-ui ng-grid
Date format in ng-grid row template

I've created a ng-grid with the following column definitions: columns: [ { field: "CompanyPkid", visible: false }, { field: "CompanyName", visible: false }, { field: "StartDate", …

angularjs ng-grid
ng-grid headerRowTemplate - Has anyone used this?

My team are wanting to use this feature of ng-grid. However it does not seem to be documented anywhere. What …

angularjs ng-grid
Adding a Total Row to Footer In ng-grid

I can't seem to find documentation on how I might accomplish this. I'd like to add totals to the bottom …

angularjs ng-grid
How do I scroll an ngGrid to show the current selection?

I'm setting the selection of my ngGrid from JavaScript, calling gridOptions.selectItem(). I have multiSelect set to false, so there …

angularjs ng-grid
Add a class to ng-grid row

I'm using ng-grid to display a collection of files that are being uploaded (each file has its own row). If …

javascript angularjs ng-grid
Angular UI Grid - How to customize aggregate rows behavior

When grouping, ng-grid creates group row(s) that look and behave differently to regular rows. In particular, group rows don't …

angularjs aggregate ng-grid
howto disable selection in ng-grid

Is it possible to "disable" or lock the selection of a ng-grid using the inbuilt functionality? I want the user …

javascript angularjs angular-ui ng-grid
angularjs ng-grid: how to change header style

How can I restyle the header of ng-grid? In particular how can I change the background-color and the text color …

css angularjs ng-grid
how to hide/show ng-grid column externally?

I am using ng-grid where i want to hide/show columns on external button click. I tried this, but its …

angularjs ng-grid