All Questions

0
votes
0answers
10 views

Limit ui-grid to max rows visible

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 ...
0
votes
0answers
8 views

Angular ui-grid custom column not visible in row.enitiy

I have added a custom column in my columnDefs. I am able to display data on the grid, but on the selecting that row, that column name is not visible in row.entity. Here's the code. var myColumnsDef=[ ...
1
vote
1answer
39 views

How to export selected columns in ui-grid angularjs?

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?
0
votes
0answers
6 views

angular-ui-grid after scroll

I have angular-ui-grid library in my app. (http://ui-grid.info/). As I can conclude it performs some manipulations with cells ([role="gridcell"]) after scrolling. Is it possible to catch the moment ...
-1
votes
0answers
8 views

Error in running angular-ui-grid in angular 6.How can I run angularjs and angular 6 on the same project? [duplicate]

I want to fetch the data from server and display it on the html page using angular-ui-grid. My project is in angular 6. How can I run angular-ui-grid in my angular 6 application? I cannot use ag-grid.
1
vote
0answers
12 views

UI-Grid Cell edit based on the cell data type

I have a requirement of displaying COlumnName and ColumnValue as a grid in ui-grid (AngularJs). I need to have the ColumnValue editable and column value may have a Numeric, Text, or Date. How do i do ...
-1
votes
0answers
26 views

how to highlight data in ui grid selection from database while editing

I am using 2 ui grids in my angular code. The outer grid is this one. On clicking the edit option, this is the 2nd grid inside 1st grid. While creating this group, i selected names from grid whose ...
0
votes
1answer
21 views

How to change the value of a column in export csv format in ui grid?

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?
0
votes
1answer
38 views

how to apply sorting in ui-grid?

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 ...
0
votes
0answers
22 views

Not able to access row property in ui-grid angularJS

I have one angularjs project in which I am using ui-grid. I am writing the code of controller. Problem is, I am able to access "row" property for in cellTemplate for some fields, but not for all the ...
0
votes
1answer
29 views

How to call a function multiple times from cell template in ui-grid in angularjs?

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 "...
0
votes
2answers
56 views

How to call a function from cell template in ui-grid in angularjs?

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 ...
0
votes
0answers
37 views

Angular-UI-Grid integration with angular 1.5

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....
1
vote
1answer
53 views

AngularJs ui-grid onRowSelectionChanged is not updating variable value, always it has default value

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 ...
1
vote
0answers
24 views

How to implement “not null” filter in angular js(Version 1)?

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 ...
0
votes
0answers
35 views

Wrong links created by ui-sref that is inside ui-grid template

Have a nasty bug that causes UI-router's ui-sref to create wrong links for table rows in ui-grid, starting from the 16th row. I have a ui-grid (v.4.6.3) that must present a list of elements. Each ...
0
votes
0answers
19 views

UI Grid Checkbox column not in synch with row.

To achieve word-wrap in grid I implemented below css but i see my checkbox is off from the remaining part of row. Row height would be dynamic. Refer above screenshot. .ui-grid-viewport .ui-grid-cell-...
0
votes
0answers
11 views

UI-Grid Infinite Scroll starts in the middel on refresh

I just set up a UI grid with the basic example dataset. It is exactly as in documentation but it is extremly illogic to start the scroll in the middle after every refresh. How can I solve this issue ...
0
votes
4answers
91 views

AngularJs, display function result in ui-grid

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 : ...
0
votes
0answers
59 views

ui-grid gridApi undefined

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-...
0
votes
0answers
140 views

Angular Ui-Grid Excel Export Fomatting

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 ...
0
votes
2answers
24 views

How to Show Row No in angular ui-grid 3.0

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 ...
0
votes
1answer
19 views

Check existence of row in gridOptions

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 ?? ...
0
votes
0answers
17 views

I am trying to rename UI-GRID default menu?

I am trying to rename UI-GRID default menu but couldn't find optimum solution for that. If anyone have solution kindly reply for that. Here I attached sample image to understand requirement. The idea ...
0
votes
0answers
39 views

Fastest way to convert JSON date to ISO 8601 in c#

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....
0
votes
1answer
19 views

Disable 'live sorting' in UI-Grid

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 ...
0
votes
1answer
22 views

ui-grid columnPinned event

Is there any event triggered when any column pinned for ui-grid? Ex: $scope.gridApi.core.on.sortChanged($scope, function());
4
votes
0answers
97 views

Memory leak with uigrid 3 appscope provider and angular 1.5 component expression bindings

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 ...
0
votes
1answer
82 views

Using typeahead in AngularJS UI-grid with cellNav

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 ...
0
votes
1answer
31 views

How to add drop-down and input field in the angular ui-grid table?

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?
0
votes
1answer
26 views

UI Grid Cannot Read Property Data of Undefined

Having Issues with getting the data for my ui grid? Not sure what I'm doing wrong here, but I console.log the data so I know i'm getting it back. My data is coming back as a object and i'm trying to ...
0
votes
1answer
122 views

Passing Object Property in UI-Grid Getting Undefined Error

Having issues with passing in Object Property in UI Grid. I'm attempting to pass a object property to a function by using the cellTemplete option in UI-Grid but I'm getting an undefined error. I was ...
0
votes
0answers
9 views

uiGrid rowHeaderColumn duplicates text from rowTemplate

I have AngularJs\uiGrid with merged cells defined via rowTemplate. Also, I have cellTemplate defined in addRowHeaderColumn. When UI is rendered, I see text in both, merged cells as well as row header ...
0
votes
0answers
20 views

Link control to AngularJS UI-Grid filter with expandable grid

I'm trying to use a dropdown menu and/or a textbox to edit the column filter for the parent row of an expandable grid. I am also hiding the actual grid filter because I only want the user to be able ...
0
votes
1answer
26 views

Get sum for column values and not allow to add new rows in UI grid

I have a ui-grid with a column C with percentage value, we have a button "add rows" to add new rows in grid. One can add new row until this column C reaches 100%, one cannot add any more rows. How ...
0
votes
0answers
15 views

ui-grid String Binding Not Working

I have a ui-grid which I am trying to dynamically change its $scope.gridOptions.totalItems. My table supports multiple search options, so the number of rows needs to change. My table's controller is a ...
0
votes
0answers
30 views

Accessing ui-grid row in cellTemplate for dynamic rendering function

I have a ui-grid table and for one of the columns I am trying to do something like: { name: 'myName', displayName: 'myName Title', cellTemplate: customTemplate(ROW) } OR { ...
0
votes
0answers
64 views

ui-grid select all column and clear all column option under grid menu

I am using ui-grid. Is there any possible way to add Select all Columns and clear all columns option under grid menu. If we can means how to add the select and clear all option in ui-grid.
-1
votes
1answer
25 views

Angularjs: How to add values in UI-grid for column which is a percentage value

Angularjs: I have ui-grid in angularjs which one field as Percentage? This grid initially has ne row and new rows can be added, but once the percentage column reaches 100%, new rows can not be ...
1
vote
2answers
64 views

How to show no matched record found match when we use default filter in angularjs ui grid

How to show no matched record found match when we use default filter in angularjs ui grid; Current when we use filter and data does not contain that value the blank screen is appearing
0
votes
0answers
17 views

AngularJS: Add directive to child element

I want to use a ui-select inside an ui-grid as editable cell template. My idea is to add the ui-grid-editor directive to the input field of the ui select to add all the functionality I need for ...
0
votes
0answers
43 views

place a custom attribute in ui-grid header cell template

I know that I can use "headerCellTemplate" to pass my one template which can contain the custom attribute that I would like to use. But I don't want to write full inline HTML something like this nor ...
0
votes
0answers
21 views

ui-grid, array selection on gridApi, selectRow does not select more than one selection

I have a page that shows records in a grid. This page has refresh timer for 5 seconds for instance. As you all understand refresh timer is $interval for us to keep data update. So, in each 5 sec. I'm ...
0
votes
0answers
116 views

Display form data in ui-grid on button click

I am trying to display data from inputs of a dynamic form in a ui-grid when a button is clicked. The grid seems to render but isn't visible. Here's the code: index.html <!DOCTYPE html> <...
0
votes
0answers
58 views

angular-ui-grid error in docs, excel-export library

EDIT: https://github.com/angular-ui/ui-grid/issues/6774 I was following the tutorials of angular-ui-grid for exporting data in Excel formats at this page. I noticed it uses excel-builder. However, ...
0
votes
1answer
33 views

AngularJS ui-grid re-using a custom filter

I have a basic grid with a couple of columns that are ranges, i.e. 10 - 50, 0 - 9, etc. and I've written a custom filter on one of the columnDefs; filter: { condition: function(searchTerm, ...
0
votes
2answers
56 views

Why doesn't my Angular.js fiddle work?

I'm just trying to copy tho example here: http://ui-grid.info/docs/#!/tutorial/320_complex_grouping My fiddle is here: http://jsfiddle.net/92u8jtkd/9/ The HTML code is very simple: <div ng-...
1
vote
1answer
15 views

ui-grid implement show div on-mousehover on the row

I have just seen this new thing in GMAIL, where few buttons appear on row mouseover. Here's the image of the same. I am using angularjs with ui-grid plugin for grid purposes. Is there a way I can ...
0
votes
0answers
22 views

How $scope.gridOptions.data works to convert other data

For example: In ui grid table the data will be shown by the column model " firstname" "lastname " "age" when a data from Database has a null value like {firstname:"test", lastname:"test",age:null } ...
0
votes
1answer
30 views

ui-grid pagination page forward button not disabled even with 0 record

I am using ui-grid for my tables, with externalpagination and externalfiltering set to true. When the $http returns no record after searching, the page-forward button should be disabled, but it doesn'...