Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
239 views

I have imported the ui-grid module in my app's module import file: import 'angular-ui-grid/ui-grid.core'; Added in the same file this imported module: const app = angular .module('app', [ ...
JohnDoenym's user avatar
0 votes
2 answers
2k views

I am new to Angular and trying to group row's using Angular ui.grid.grouping. But I am seeing duplicate rows and its not grouped properly. I am using Angular js 1.7.2 version app.js var app = ...
subha's user avatar
  • 1,070
2 votes
1 answer
2k views

I'm facing some difficulties while trying to use COL_FIELD value in UI-grid cell template. Basically what I'm trying to do, is to set a color for each cell based on its value in 'dateColor' ...
user3819295's user avatar
1 vote
1 answer
686 views

I would like to get the value that is entered in the textbox on blur event in UI-Grid. iam unable to get the value the event is getting triggered but unble to get the logic how to get the text box ...
vamsi varma's user avatar
1 vote
0 answers
206 views

I am working on a concept with Angular UI-Grid where we will have several columns pinned to the left and need to customize the height of the cells. I am easily able to modify the height of a cell but ...
Justin Isenhour's user avatar
0 votes
1 answer
319 views

For example, in below very simple Angular UI Gird sample, you can NOT select a specific column. When click mouse and drag, it will select both rows and columns, is there a way to only select a column? ...
RRRookie's user avatar
0 votes
1 answer
964 views

I am using Angular UI Grid. I want to show UI Grid based on checkbox input. I am able to hide and show grid based on checkbox but never able to show columns in UI Grid. HTML Code <table> &...
simple user's user avatar
0 votes
1 answer
532 views

I`m trying to get data from database in dropdown menu used with ui-select in angularJS and by clicking a button to show below in ui-grid some data related to selected item. I have tried with select, ...
Harun Sabban's user avatar
0 votes
1 answer
240 views

I'm trying to use a uib-popover from ui-bootstrap in the ui-grid, but when I click in the popover, the "click" events goes to my grid. I set a Plunker with this problem: https://next.plnkr.co/plunk/...
stLmpp's user avatar
  • 61
0 votes
1 answer
622 views

I have a UI grid with selection(checkbox) enabled. On click of a row, it should redirect to other window and on click of checkbox, row should be selected(All the selected rows are then used for ...
Olive's user avatar
  • 21
0 votes
1 answer
157 views

I've found a lot of good information about the angular-ui-grid cell filters but I can't seem to locate an answer to my specific issue. Basically I have a grid set up with two columns: Column A is a ...
monkeyWithAMachinegun's user avatar
0 votes
2 answers
988 views

I need to enable and disable rowSelection for view depending on some condition. Problem here is,multiple views use the same html and controller. I need the rowSelection to be disabled for a certain ...
Prox4's user avatar
  • 111
0 votes
0 answers
697 views

I've been struggling for more than 1 day trying to find a solution to pre-fill angular-ui-grid dropdown with data from the backend. And yes, I've seen many similar questions, but none of them talks ...
rom's user avatar
  • 958
0 votes
1 answer
322 views

I have a use case where i want to modify the whole template of the ui-grid. When i searched the files in the GitHub repository, i found that they use a template for the grid but couldn't find a way to ...
Minal Kumar Thilakanath's user avatar
0 votes
1 answer
129 views

I have an angular webpage. One of the page sections (an angular ui grid) contains nearly 1000 rows of data. Each row has 7 columns. (There is no table tag available anywhere in the HTML the grid is ...
Yadu's user avatar
  • 5
1 vote
0 answers
198 views

I have the following grid : UI-GRID I am trying to avoid this problem : So I made a function in order to disable the resize of the last row. const disableLastColumnResize = () => { let ...
Crocsx's user avatar
  • 7,766
1 vote
0 answers
115 views

I want to show a uib-dropdown menu in a ui-grid cell. I've given that and its working fine. But the problem belongs to its position. uib-dropdown opened in cell The shown drop-down menu is of the ...
Sayas Khan's user avatar
0 votes
1 answer
153 views

I had checked this link. That's a clever idea but isn't for my problem. My grid has a row number header column and some other row header columns, and these is a switch for only the row number column. ...
JustGentle's user avatar
0 votes
1 answer
215 views

The ui-grid in the code was working perfectly and suddenly started throwing Uncaught TypeError: row.setSelected is not a function at Object.toggleRowSelection (ui-grid.js:247923) at ...
Rashmi Pallam's user avatar
0 votes
1 answer
231 views

Hi I need to have a expandable ui-gird, while expanding a row need to show the detail view of the selected row in Ul li. I check in official site, but doesn't found anything, is it possible in ui-...
Sridhar's user avatar
  • 73
0 votes
1 answer
178 views

Is there any way we can get all the filtered data from ui-grid to controller to perform some processing. Intially i have 100 records, on applying some filter it gives 10 records, I need those 10 ...
Surendra Mourya's user avatar
1 vote
1 answer
385 views

I am able to set the row background colour by applying the following CSS to row template in AngularJS UI grid: .deleted { background-color: #e3e3e3 !important; } It works well. ...
tonysepia's user avatar
  • 3,560
-1 votes
1 answer
67 views

when I set pinning and rowTemplate together,the rowTemplate repeat 3 times in single row I think it is influenced by the pinning col,but i don't know how to fix it here's the plunker: http://plnkr....
NUlIptr's user avatar
1 vote
0 answers
233 views

I want to change this var cell = { v: value, s: {alignment: {horizontal:"left"}} }; to add hyperlink formula on 'value' like this `{ formula:'HYPERLINK("' + ...
Atul Thakre's user avatar
0 votes
1 answer
2k views

I am trying to set height of the ui-grid to be the size of 3 rows. I went through the ui-grid documentation and it contains something like minRowsToShow but there is no equivalent property to ...
LazioTibijczyk's user avatar
0 votes
1 answer
1k views

I am using UI grid export functionality to export grid columns in csv format.I want to let users to select columns for export. My question is How can I make selection on columns?
Saghi Shiri's user avatar
-1 votes
1 answer
652 views

I am using UI grid export functionality to export all grid columns in .csv format. Some columns values are 'FALSE' or '1' / '0' . My question is How can I change them to some strings in exported file?
Saghi Shiri's user avatar
0 votes
1 answer
177 views

I have a grid, with a menu and items. If I hide all the items using the inbuilt menu, I would like to refresh the pagination so that it display 0-100 items. The only way I found i looping over all ...
Crocsx's user avatar
  • 7,766
0 votes
1 answer
406 views

I have one angularjs project in which I am using ui-grid. As you can see in my code, I have some attribute in cell-template. I have to perform sorting based on "rating-percentage". So I am trying to ...
Anubha Gupta's user avatar
0 votes
1 answer
293 views

I have one controller in angularJs(1.6) which is using ui-grid. Problem is there is one cell template. I want to get different values for rating percentage in this template. I have created a function "...
Anubha Gupta's user avatar
-1 votes
1 answer
176 views

hi i am working on angular ui grid for an about couple of days And now my is question is that if the sum of total is negative then the color of that particular footer must be in red color ...
ronaldino's user avatar
  • 103
0 votes
1 answer
183 views

I am using save state service -> $scope.gridApi.saveState.save() to save the current state of the grid. But the save state object doesn't contain the property 'field' defined in column Def. It ...
Olive's user avatar
  • 21
1 vote
2 answers
1k views

I have one controller in angularJs(1.6) which is using ui-grid. Problem is there is one cell template. I want to get its value from a function. I have tried creating a function and tried to call it ...
Anubha Gupta's user avatar
0 votes
0 answers
110 views

I am getting below error while using Angular-UI-Grid in angular 1.5 application. ajax.ts:153 GET http://localhost:5000/ui-grid/uiGridRenderContainer 404 (Not Found) XMLHttpRequest.send @ ajax....
shashanka sekhar Panda's user avatar
1 vote
1 answer
180 views

it worked fine last time i check(two or three months ago) their is a variable called with the default boolean value false like below. $scope.IsRowSelected = false; And i should mention when the ...
Tharindu Dissanayaka's user avatar
1 vote
0 answers
68 views

How to find out the data which is not null using angular ui grid filter option. I am getting the null values by typing null in search option of angular ui grid but on search about "notnull" in ...
ahd786's user avatar
  • 305
0 votes
4 answers
1k views

I am trying to sum two columns in a function then display their result in the ui grid. any ideas about how to do this, then save the ui grid content in the database? see the picture so in my case : ...
minguo binguo's user avatar
1 vote
0 answers
674 views

In my application i have the ui-grid with infinite scroll. I include the libraries on my App and declare it. var TestApp = angular.module('TestApp', [ 'angucomplete-alt', 'ngRoute', 'infinite-...
Bonci Marco's user avatar
1 vote
0 answers
88 views

I'm trying to implement UI-GRID for the very fisrt time but having some problems on it, I've seen some basic tutorials to implement it but I can get to do it, I'm using an HTML file as view (also ...
daniel hernandez's user avatar
0 votes
0 answers
1k views

We are using the latest version of angular ui-grid and using exporter service to download excel files as: var rowTypes = uiGridExporterConstants.All var colTypes = uiGridExporterConstants.All ...
fireholster's user avatar
0 votes
2 answers
763 views

I want to show the Row no in my grid. I use cell template and there i use {{rowRenderIndex+1}} It works fine when records are less then 14,but after record count get increased then when we scroll down ...
Vishal Rana's user avatar
0 votes
1 answer
896 views

I have ui_grid in angular.JS and I have a form to add data to that grid and I want to validate if the data in the form is already exists in the grid! Is there any method that can help me to do this ?? ...
TonySader's user avatar
0 votes
0 answers
82 views

I am using c# asp.net with angularJS. In the controller of the ASP.NET I retrieve data from the model. public JsonResult Employee_GetList() { List<EmployeeModels> List = obj....
TonySader's user avatar
0 votes
1 answer
151 views

When UI-Grid's sorting is enabled, if the user edits a value in a sorted column, the row in question may move or disappear from view when he exits the cell, as it is sorted to a new position. The ...
willw's user avatar
  • 1,308
0 votes
1 answer
192 views

Is there any event triggered when any column pinned for ui-grid? Ex: $scope.gridApi.core.on.sortChanged($scope, function());
Can Cinar's user avatar
  • 451
0 votes
0 answers
96 views

I have implemented Angular-screenshot npm module, I am able to take a screenshot and Send image properly for normal content. however, I am not able to get a screenshot for my UI-grid implementation. ...
Anil wagh's user avatar
  • 273
4 votes
0 answers
188 views

I am facing a weird memory leak. I am using uigrid appScopeProvider to be able to select a row in the grid and call an expression binding ("&") to validate my choice and close my component. What ...
phyzalis's user avatar
  • 1,226
0 votes
1 answer
454 views

I have an Angular-UI grid defined with ui-grid-cellNav to allow editing cells when single-clicked, along with a custom template to display an Angular-UI Bootstrap typeahead to a particular column as ...
Hoppeduppeanut's user avatar
0 votes
1 answer
528 views

How to add drop-down and input field in the angular ui-grid table? If I have list of values coming as drop-down, if I want enter a new value which not available in drop-down through input field?
rj26's user avatar
  • 68
0 votes
0 answers
189 views

I'm trying to iterate through my data.TeamMembers object in UI-Grid; i'm having trouble getting the data to show in my ui-grid. I'm able to reference each array property by directly writing row....
kjamp's user avatar
  • 367

1
2
3 4 5
38