angular-ui-grid Questions
2
Solved
I am using ui-grid v3.1.1 and have enabled rowSelection. I notice that when I enable row selection, I can no longer select (click-hold-drag) text from the rows.
I noticed the same behaviour in the...
Whortleberry asked 29/5, 2016 at 1:13
3
Solved
Recently we thought to change our current grid tool. Currently we're using kendo-ui for grid and all. After searching we came with 3 results. But, still we're not sure which is better and why...
Hundley asked 2/3, 2016 at 12:57
3
Solved
I want to know what is the callback function that fires after Angularjs grid is rendered meaning all its cells are rendered a function like $.ready()
Ogata asked 1/4, 2016 at 9:39
8
I have been stuck with anjularjs ui-grid, it's showing some Chinese symbols in place of icons. After digging about it I get to know I have to use some font-files provided by ui-grid team, I downloa...
Audient asked 15/11, 2014 at 3:55
3
I'd like to get filtered data from a ui-grid when the paging feature is enabled. In general case I used
$scope.gridApi.core.on.filterChanged($scope, function () {
if ($scope.gridApi.grid.colum...
Metamerism asked 17/11, 2015 at 19:0
1
Solved
I'm trying to add a glyphicon glyphicon-thlist (that I can click and call a controller function) to the left hand side of the default header. I took the default header and trying to manipulate it t...
Tosh asked 21/2, 2017 at 20:22
2
I am using ui grid 3.0.6. Until yesterday it was working fine. But there is a problem in Google chrome now.(Version 56.0.2924.87)
When I scroll the grid, or click on scroll down arrow it starts sc...
Backandforth asked 7/2, 2017 at 21:23
1
Solved
I'm trying to select the first rendred line using Angular ui-grid but it's not working.
Here is a plunker with the example.
I was able to do it using timeout after rendering data from the server bu...
Boost asked 13/2, 2017 at 10:19
2
While loading Ui-Grid In IE throwing error messages -
[true] [SYSERR] Multiple definitions of a property not allowed in strict mode [object Object]
Issue is only in IE, Not throwing any errors...
Edna asked 19/2, 2016 at 5:31
7
Solved
I am using ui-grid to showing data in table. when i load the page and leave for few second and then click on the tab (which containing ui-grid), the ui-grid css break. it does not show width of ui-...
Holbert asked 21/4, 2015 at 5:41
3
Here is my plunker example: http://plnkr.co/edit/Tc9FRHAEoQlOqy7sk1Ae?p=preview
What I'm trying to do:
Bind the checkbox html from field04 in my data to the cell using cellTemplate and still have ...
Produce asked 18/12, 2014 at 23:3
2
Solved
I want to use height: auto on an angularJS ui-grid. I'm running into problems with an inline style that sets a specific height on the div that I am adding the ui-grid attribute. Also there is a fun...
Flipper asked 22/6, 2015 at 15:21
3
I am using ui-grid for displaying data. I want to hide the column header. Is there any property for this cause? Thanks
Acrylyl asked 19/11, 2014 at 3:15
3
Solved
I'm using django 1.8, and angularjs 1.3.14, and jquery 1.11.0.
This is in the Controller/gridOptions/columnDefs.
{ field: 'credit_amt',
displayName: 'Credit Amount',
type: 'number',
width: ...
Chaplin asked 10/7, 2015 at 15:43
4
I try to detect cell edit but the following code does not get event.
I use "name": "angular-ui-grid", "version": "3.0.0-rc.14",
Do I have to define some configuration to get events?
$scope.$on('ng...
Boeschen asked 7/3, 2015 at 21:9
3
Solved
I'm trying to hide the horizontal scrollbar of a Angular ui-grid, but I can't find the right property. (Property enableScrollbars=false removes both.)
Is it possible to remove only the horizontal s...
Haller asked 24/9, 2014 at 11:13
1
I'm trying to make angular ui-grid automatically resize the height so that all rows are shown without the need of its scrollbar, but without wasting space if there are only a couple rows in the gri...
Redwood asked 28/10, 2016 at 19:3
4
Solved
I am using ui-grid. I have a lot of rows and that is why I use scrolling. Everything works perfectly ok until I try to change the height of the rows. Then the scrolling becomes a mess. I have added...
Neill asked 29/11, 2014 at 9:41
2
Solved
I have upgraded my AngularJS SPA application from ng-grid v2.0.7 to ui-grid v3 and my column headers no longer wrap around. My column headers are now single lined and show an ellipsis ... when the ...
Lyallpur asked 25/2, 2015 at 22:8
4
I am using the angular grid, ui-grid, located at ui-grid.info.
I am trying to make a custom filter that will filter the grid by date using date inputs controls, one for less than and one for great...
Brantbrantford asked 23/7, 2015 at 13:20
5
Solved
I have 2 pages (I don't use the angular's routing - This constraint).
In one of them I want to use the directive ui-grid like in this demo:
var app = angular.module('myApp', ['ui.grid']);
ap...
Olivier asked 17/12, 2015 at 8:3
3
Solved
I'm using Angularjs ui-grid and using the default settings, the question is how can I format the numbers to two decimal?
Hedvah asked 21/5, 2015 at 19:26
2
can someone explain me what is purpose of gridApi in ui-grid and purpose of onRegisterApi event? And what is order of event when grid is rendering?
Eisegesis asked 23/12, 2015 at 19:52
5
Solved
Angular UI-Grid has a property called footerTemplate, which is supposed to offer the possibility to create a custom footer template.
I tried entering html content (a div with some text) in a strin...
Cataplasm asked 5/3, 2015 at 9:51
3
Solved
When I use multiple capital letters in the header cells (e.g. GPRS) they automatically get separated by spaces (G P R S). This gets particularly annoying when I have two words (GPRS Signal is displ...
Tuberculin asked 25/2, 2015 at 20:10
© 2022 - 2024 — McMap. All rights reserved.