Skip to main content
Stack Overflow for Teams is now Stack Internal: See how we’re powering the human intelligence layer of enterprise AI. Read more >
Filter by
Sorted by
Tagged with
0 votes
0 answers
22 views

I’m working on an AngularJS (1.x) application that uses ui-grid with pagination. I want to maintain the current pagination state (current page and page size) when navigating between views — for ...
user23247200's user avatar
1 vote
2 answers
89 views

The following code snippet uses a directive named invalidnamesetter to raise the isInvalidName flag when the user types the word foo in a UI Grid cell. As expected, the HTML <label> tag is set ...
NeverStopLearning's user avatar
0 votes
1 answer
85 views

The grid doesn't seem to save and restore states even though I use the saveState module and I can't figure out why. There is no error in the console. Everything seems to be running, save & restore ...
Giannis Poriazis's user avatar
0 votes
0 answers
547 views

I have an ui-grid in my angular project. One of columns has a value once selected, I wish to grey out all other rows which doesn't share the same value of this column. Here is content to display: $...
Xinlin Feng's user avatar
0 votes
2 answers
88 views

I am using angularjs and ui.grid. I've some problem. I want checkbox auto checked after I edit cell.. I've Tried So Many Times to code auto checked after edit cell but still not success. How the best ...
javiens's user avatar
  • 141
0 votes
0 answers
19 views

I have custom filters implemented in ui grid for multiple columns and this filtering works very fine. Now when i do the Reset All Filter, it works functionally however rows which are selected for ...
user1259318's user avatar
0 votes
1 answer
61 views

We have implementation of ui grid custom filter as per in the lonk below: However we want to generalize the implementation so that it can be used it with multiple columns. However we still couldnt ...
user1259318's user avatar
1 vote
0 answers
66 views

I'm implementing an expandable ui grid. When a parent row is expanded, I want a row in the subgrid to be automatically selected based on the parent row's data. How do I get a list of subgrid rows? Is ...
poignantpinata's user avatar
0 votes
1 answer
26 views

This is a strange thing I have noticed. I am using angular ui-grid 4.11.1. Everything works fine except ui-grid.woff loading part. If I use <link rel="stylesheet" href="https://cdnjs....
p zankat's user avatar
  • 135
1 vote
1 answer
213 views

I need row.entity and col.field to determine if a button needs to be disabled or not, so here's the code for the cellTemplate of my UI-grid cellTemplate: '<div *ngIf="{{COL_FIELD}}&...
babukinator's user avatar
0 votes
1 answer
157 views

Using Angular-UI-grid version 4.4.11 with Angular 1.8, And JQuery version is 3.6.0 But the dropdown in the grid menu header just show the Code behind the tag And the Generated HTML is as: <...
Omsairam's user avatar
  • 370
0 votes
1 answer
200 views

I am trying to use the Angular UI Grid in my Angular 8 project. Looking online i can't seem to find anywhere which tells me how to configure it properly. I know that Angular UI grid is native to ...
Jason Milletti's user avatar
1 vote
0 answers
148 views

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 SQL ...
RedBottleSanitizer's user avatar
2 votes
1 answer
407 views

I'm trying to make the auto-resize directive work but i have an unexpected behavior when the width of the container is shrinking. The ui-grid is not shrinking (it works on expand). Here is a plunker ...
Tom's user avatar
  • 133
0 votes
1 answer
298 views

In my ASP.net MVC web project, I am using ANgularJS ui-grid for better data display option. In the other razo view pages I have used partial view load <partial name="TestPartialView" ...
rasoo's user avatar
  • 73
1 vote
1 answer
174 views

I have a simple UI-Grid application that defines a grid like this <div ui-grid="gridOptions" ui-grid-pagination class="grid clsVendorsGrid" ui-grid-selection ui-grid-exporter ...
w2olves's user avatar
  • 2,359
0 votes
0 answers
113 views

Using angularJs UI Grid plugin, Docs While expanding the last row, sometimes empty spaces is added in the bottom
Sridhar's user avatar
  • 73
0 votes
1 answer
38 views

While trying to get data from the "resolve" object. I cannot get anything from what is found in the parent component. Structure partner-component partner-list-component Result Parent code ...
Eric's user avatar
  • 85
1 vote
1 answer
77 views

I try to embed a ui-grid in a component, and the embedded ui-grid doesnt render I built a Plnkr to visualize the problem. index.html <!doctype html> <html ng-app="app"> <...
til's user avatar
  • 1,401
1 vote
0 answers
186 views

We are using ui-grid in our application. We are using grouping functionality of ui-grid and it's working perfectly. Now we are exporting it to CSV and at this point I am facing issue. It is exporting ...
Vikas's user avatar
  • 344
1 vote
1 answer
137 views

here's my demo plunker: http://plnkr.co/edit/Oqd1WHow01ssu43e I'm trying to improve the performance of grid for custom aggregation fuction custom aggregation function, In my codes, I had registered ...
Wy-Xc's user avatar
  • 51
0 votes
1 answer
981 views

I want to display data in UI grid like this, to merge multiple cells into one column in AngularJs. Is this possible with UI-Grid or not? Answers will be appreciated.
Shubham Yadav's user avatar
0 votes
1 answer
180 views

I have a stored procedure that returns dynamic columns and I was able to paint the output with some help on angularJS ui-grid. Now I am trying to add "CellToolTip". Screenshot below is the ...
user1529514's user avatar
0 votes
1 answer
1k views

I have a stored procedure that returns the first 4 columns(LineNumber, AttributeName, Source, MIC) along with the other columns that are dynamic. Dynamic meaning it can range from 150 to 1. Here in ...
user1529514's user avatar
1 vote
0 answers
96 views

vm.gridOptions = { exporterMenuCsv: false, enableGridMenu: true, columnDefs: [ { name: 'name' }, { name: 'gender' }, { name: 'company' } ] I want to sort the columns ...
deep5459's user avatar
-1 votes
1 answer
335 views

How to disable the pinning in UI Grid for AngularJs?? Even after setting enablePinning:false or enableGridMenu: false It is not work app.js file: var app = angular.module('app', ['ngTouch', 'ui.grid',...
Satish Hawalppagol's user avatar
0 votes
0 answers
99 views

I am making a grid in AngularJS with Angular UI Grid and the console printing this error: error: b.forEach is not a function Does anyone know what is happening? vm.detalleVirtuales....
Diego molina villadiego's user avatar
1 vote
1 answer
2k views

I am new to AngularJS ui-grid, and a first time user of the exporter feature. I need to export ui-grid table,but the things i can able to export visible date without error but when i try to export All ...
DloveJ's user avatar
  • 13
1 vote
0 answers
370 views

ui-grid checkboxes which are used to select a row automatically gets checked on scrolling. On scrolling fast up&down some checkboxes auto getting select even though row is not selected. ui-grid ...
user3400625's user avatar
0 votes
1 answer
203 views

I have this ==> $scope.uiGrid306 = { rowTemplate:rowtpl, columnDefs: [{ field: '_ab_area', name: 'Area', width: "7%" , filter: { type: uiGridConstants.filter.SELECT, ...
Jenna Leaf's user avatar
  • 2,512
0 votes
1 answer
726 views

I have a server data embedded with values that determine the row-color. var ngBody = angular.module ('BodySpace', [ 'ui.grid', 'ngSanitize', 'ngResource' , 'ui.grid.selection', 'ui.bootstrap' , 'ui....
Jenna Leaf's user avatar
  • 2,512
0 votes
1 answer
331 views

How can I change the font icons used for following class using font Unicode. ui-grid have following classes as default .ui-grid-icon-plus-squared:before { content: '\c350'; } .ui-grid-icon-minus-...
Satish Patil's user avatar
1 vote
1 answer
1k views

I'm trying to add more options to each row of the ui-grid so I'm implementing "3 dots" approach. However I came across this issue that my dropdown menu goes over the screen because it has position: ...
LazioTibijczyk's user avatar
0 votes
1 answer
2k views

I have the below use case to implement in ui grid(pagination is already implemented) with 'Select All' button: Load initial 50 records for first page with columns as name, id, age. Click on 'Select ...
Piyush Upadhyay's user avatar
-2 votes
1 answer
487 views

I'm using Angular's UI-Grid with RTL mode, but when scrolling grid horizontally: 1. Relevant columns start not being displayed. 2. The columnDefs horizontal alignment with corresponding row's cells ...
Yazan's user avatar
  • 71
0 votes
1 answer
742 views

I am trying to have different columns and column names for child rows than the parents rows in TreeView in UI-Grid There is already a question asked, but the link provided in the comment section has ...
Tasnim Khan's user avatar
0 votes
1 answer
144 views

I have a css in _Layout.cshtml that assigns all ui controls to rtl direction, as below: * { direction: rtl; } I'm using Angulars UI-Grid, where in RTL Localization the ...
Yazan's user avatar
  • 71
0 votes
1 answer
1k views

I'm using AngularJS ng-grid, where assigning the $scope.gridOptions associated onRegisterApi with function as listed in my code below: onRegisterApi: function (gridApi) { ...
Yazan's user avatar
  • 71
1 vote
1 answer
444 views

After the update, google chrome (ver:77) from (ver:76) expanded row not working as expected. Before update google chrome expanded row of 'angular-UI-grid' was working properly, However, It's working ...
amit jain's user avatar
  • 325
0 votes
0 answers
163 views

Whenever the page loads, both of the horizontal and vertical scrollbar floats on top of UI grid. I am populating the grids in 2 different places. 1st place it is looking the way it is supposed to be ...
brainSquezer's user avatar
1 vote
0 answers
120 views

I am using ui-grid in rtl. and I want to replace all the caption. Do someone knew how to do it? I want to change the text in the marked parts
Tehila's user avatar
  • 61
0 votes
1 answer
396 views

I resized my page within ui-grid with this code: $scope.gridApi.core.handleWindowResize(); So the grid resize perfect in LTR, But in RTL it's not working. After resize it's looking like this: The ...
Tehila's user avatar
  • 61
1 vote
0 answers
75 views

I unable to load dropdown values dynamically while using custom template. this is a generic template so that I can use any where in my application. I have recently updated nggrid to ui-grid, and I am ...
SURESH MOGUDALA's user avatar
2 votes
1 answer
966 views

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/...
Piyush Upadhyay's user avatar
1 vote
1 answer
142 views

I am using UI Grid for my spreadsheet implementation. My grid consists of complex big data. How do i access individual cell/cells in the table to assign them datatypes . [My grid example is as ...
Jaydeep Bobade's user avatar
0 votes
1 answer
1k views

How to show NO VALUE if column value is DB Null in angularjs ui grid. I tried using the code as below but it does not work. Am i missing anything. cellTemplate: '<div class="ui-grid-cell-contents" ...
user1030181's user avatar
  • 2,025
0 votes
1 answer
40 views

This is the program overview. here I hope it can let the line 13 to 17 upward to column 2, it like that this . I hope the result is this This is feasible or not? This is my UI-grid program. ...
xij97346's user avatar
0 votes
1 answer
162 views

UI-Grid: v3.2.1 When attempting to sort a column in an expanded grid I have noticed that the column does not call our SortChanged callback. We are using external sorting in combination with ...
David Price's user avatar
2 votes
0 answers
520 views

I have a ui-grid with scope.gridOptions = {enableCellEditOnFocus = true} and about 100 rows and a vertical scroll bar. If I focus a cell it will enter edit mode, and if I then scroll the grid, it ...
Masterchief's user avatar
0 votes
1 answer
255 views

I am using angular grid. I implemented custom dropdown filter on two columns by following this article and I have totally 11 columns. If I add the 11th column then filter is not showing up for one of ...
subha's user avatar
  • 1,070

1
2 3 4 5
38