ng-grid Questions

2

Solved

I have a following grid defined in my View <div class="gridStyle hide" ng-grid="resultsOptions" id="resultsGrid"></div> And I want to allow multiSelect only if a ctrl key is pressed....
Microchemistry asked 30/9, 2013 at 9:21

1

Solved

Hello a have a simple question I have defined columns with property resizable: true. How do I manage to let user re-size column with their mouse, like they will do in most grid control?
Al asked 21/12, 2013 at 19:9

2

Solved

I wish to display a formatted value in a ng-grid cell, but sort on a related numeric value not displayed. var myData1 = [{ name: "Moroni", age: 50, ageWord: "Fifty" } From the above example I...
Resumption asked 20/12, 2013 at 15:16

1

I've played around with this a bit now, but can't get my head around it: (Using angular 1.2.2, angularFire 0.5.0 and latest ng-grid) So I have a firebase and I'm using angularFire to extract my d...
Caesarea asked 3/12, 2013 at 6:40

2

When grouping, ng-grid creates group row(s) that look and behave differently to regular rows. In particular, group rows don't display regular columns, but display a single merged row as defined by ...
Guelders asked 26/5, 2013 at 19:57

2

Solved

I created a ASP.NET MVC 4 project using AngularJS template available for VS2012. In one of the pages, the grid is coded in html like <div class="grid-style" data-ng-grid="userGrid"> </di...
Stocks asked 14/11, 2013 at 3:48

1

Solved

How does one pass {{row.getProperty(col.field)}} into ng-click? What happens is the id does not get propagated back, but the grid render correctly with the id. code: var app = angular.module('te...
Handclasp asked 6/11, 2013 at 20:27

2

Solved

I'm using ng-grid to display a collection of files that are being uploaded (each file has its own row). If one/any of the files fails to upload, I'd like to modify that row and put a class on it ...
Ronaronal asked 29/10, 2013 at 19:43

3

Solved

I am having a serious performance issue in my application. I am using angular and ng-grid. After some reading for why my app is slow, I was directed to use bindonce directive to overcome potential ...

1

My team are wanting to use this feature of ng-grid. However it does not seem to be documented anywhere. What we would like to do is to put a "plus" icon into the last column of the header area of a...
Acquirement asked 20/4, 2013 at 9:47

1

I have 5 column names in a config file which I read into an array called columns in javascript. var columns = []; var columnNames = []; var columnCount = 5; $scope.nettingGridOptions = { data : '...
Organize asked 25/10, 2013 at 13:3

1

Solved

I can't seem to find documentation on how I might accomplish this. I'd like to add totals to the bottom of my grid, in the footer area (i.e. not a standard row that scrolls). Since I am using pagi...
Ostentation asked 17/10, 2013 at 20:27

1

Solved

I am using ng-grid where i want to hide/show columns on external button click. I tried this, but its not working $scope.gridOptions.$gridScope.columns[0].toggleVisible()
Baxter asked 6/9, 2013 at 10:51

1

Solved

I wanted to use Slickgrid for the grid functionality in my app but since I am using AngularJS for the most part i thought that ng-grid is the way to go but not sure whether it supports virtual scro...
Record asked 4/9, 2013 at 13:1

1

Solved

I am using the ngGrid module for AngularJS to show some paged data. I want to be able to search across multiple columns, however using an OR search. Lets say I have a column with the following hea...
Feliciafeliciano asked 30/5, 2013 at 22:12

1

Solved

I am new to ng-grid. I am learning ng-grid with edit template options. i have created grid with edit checkbox options.But i don't know How to get value in that grid after edit the checkbox? Thank y...
Salomesalomi asked 29/4, 2013 at 8:49

1

In the latest version of ng-grid(v2.0.7), when a editableCellTemplate is in edit mode and loses focus, it remain in edit mode. Is this a bug or did I configure the grid incorrectly? Here's an exam...
Potboy asked 16/7, 2013 at 15:9

2

Solved

I have created MVC 4.0 app using Web API which returns data in JSON format (I am serializing object to json using NewtonSoft.Json) and trying to bind data in ng-Grid. I am receiving data in followi...
Jacki asked 30/4, 2013 at 22:28

1

Solved

I want to see totals (or generally any aggregation function) for each group in a grid. This was requested and closed as done in issue: https://github.com/angular-ui/ng-grid/issues/95 (but unfortun...
Watersick asked 15/4, 2013 at 12:24

2

Solved

Using Angular Grid, I get the ajax get data in console.log. But an empty grid. The console log reads: [13:56:11.411] now!! [13:56:11.412] [] [13:56:11.412] now!! [13:56:11.556] <there is data...
Tollmann asked 27/2, 2013 at 19:3

© 2022 - 2024 — McMap. All rights reserved.