ui-grid Questions

5

Solved

I am using cellTooltip property of colDef but that does not seems to be working. $scope.gridOptions.columnDefs = [{ displayName: 'Test', field: '_test', cellTooltip: function (row, col) { return...
Transported asked 22/11, 2016 at 10:52

10

Solved

I am using AngularJs ui-grid http://ui-grid.info/. While implementing, I get something which you can see in the following img in right corner of the cell instead of dropdown symbols. Which file...
Nichellenichol asked 30/10, 2014 at 11:35

0

1)I am saving entire DIV - TestDIV from a HTML page in AngularJS to SQLServer database. 2)TestDIV has many DIVs nested inside it, including UI-Grids. 3)I save the HTML as a VARCHAR(MAX) column in S...
Hydroxylamine asked 3/8, 2021 at 14:31

4

I am using ui-grid. We are migrating our project from angular 1 to 2, but ui-grid doesn't have angular 2 support. please suggest free (MIT) license grid alternative for ui-grid.
Gramicidin asked 14/6, 2017 at 9:34

3

I am using angular-ui-grid 3.2.5 Scrolling with gridApi.infiniteScroll.on.needLoadMoreData($scope, $scope.getDataDown) is working well, but when we are pushing new data when data changes in grid vi...
Swordfish asked 24/11, 2016 at 9:20

2

Solved

Did I miss the link that documents ALL the available uiGridConstants for uiGrid fields in one place? I was working on columnDefs filter and found out EQUAL does not work. That's when I realized the...
Betrothed asked 1/6, 2016 at 17:32

1

I have the requirement of copying the whole row data on clipboard on just select/click of a row. I'm sharing the plunker URL where I'm only able to copy the cell text - http://plnkr.co/edit/EVrB5I...
Nathalia asked 16/8, 2019 at 7:34

1

I want to limit the selection in my ui-grid to 10. In my gridOptions I do onRegisterApi: function (gridApi) { $scope.gridApi = gridApi; gridApi.selection.on.rowSelectionChanged($scope, functio...
Raina asked 1/9, 2016 at 12:20

1

I use ui-grid in my project with angularjs. In my project ui-grid exports content to excel file and it's working perfectly. Here is ui-grid declaration: and here ui-grid definition in javasc...
Torbert asked 13/3, 2018 at 22:3

2

I was looking at the following example of treeview using Angular 1.5: link In the css section it specifies a fixed height for .grid as follows: .grid { width: 500px; height: 500px; } Is there...
Bora asked 7/7, 2017 at 5:12

3

I have an ui-grid with just 1 column and about 1000 rows. Each row have a textbox in it. I want to navigate through textbox by tab. This works fine about 10 - 15 rows, after that the textbox is los...
Mellophone asked 3/10, 2017 at 14:2

3

I have the below configuration of the UI-grid and menu but I am getting the menu opened for every element shown(i know the problem that same menu is opening for all the items as there is no differe...
Latashalatashia asked 6/7, 2017 at 11:47

1

Solved

I have a UI-grid Custom Directive and I am changing the height of grid with a condition that if it has more than 10 rows I am fixing the height, this is the following code scope.gridOptions.data =...

2

I am using ui-grid to bind data from Role Table which contains Department Id as PrimaryKey. I am calling Web Api to get all the roles in the table and show in ui-grid. Department Table Role Tab...

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

I am trying to react on event when user clicks on select all event on header of ui-grid. All rows do get selected, which is expected behavior, but high level group rows are not selected which in my...
Stirpiculture asked 10/12, 2016 at 9:18
1

© 2022 - 2024 — McMap. All rights reserved.