Questions tagged [angular-slickgrid]

Angular-SlickGrid is a wrapper on top of the SlickGrid core library and adapted for the Angular framework. The SlickGrid library itself is a specialized JavaScript grid/spreadsheet component optimized for high performance, even with many thousands of rows of underlying data.

117 questions
1
vote
1 answer

Boostrap 4 in angular grid id showing outside of card

Am using core ui template in my angular project with boostrap 4 page
Glen
  • 321
  • 4
  • 15
1
vote
0 answers

How can i achieve row group in SlickGride?

How can I achieve the row grouping in Angular Slickgrid API? I need this type of row group
1
vote
1 answer

Angular-Slickgrid drop down box filter pops extra drop down boxes below grid after each click on filter

I am using Angular verion 11 and Angular-Slickgrid version 2.23.0 I added a drop down box filter in Angular-Slickgrid. The filter function works with no problem, but each time I click the filter, an extra drop down box appears below the grid, and it…
Guanyi
  • 13
  • 2
1
vote
0 answers

Angular Slick-grid Column picker icon hidden behind grid-menu icon, on setting column width manually

I am using angular-slickgrid for my project. When set column width manually the column picker icon is hiding behind the grid-menu icon. I found the same issue being resolved for the sort icon in this link. But I could not find the solution for the…
1
vote
1 answer

Angular SlickGrid Dynamic grid inside md-tab not loading the definitions

Angular slick grid is not loading using the md-tab In the child component will be created once the md tab is created. Am setting the tab configurations on ngOnInit method of the child component ts. Am not sure what am missing here. If the tab is…
1
vote
1 answer

Need to handle angular slickgrid multiple times rendering while updating a record in dataview

I am using angular slickgrid to show my data. I monitoring the data continuously. If any changes happened in server side, that data need to update in application. So that modified data updated in slickgrid by this code…
Nelson Gnanaraj
  • 176
  • 1
  • 13
1
vote
0 answers

Angular slickgrid page moves up on click any cell

I am using Angular slickgrid to display my data, issue is when we click on any cell, row or checkbox, page moves up to starting element. Instead of moveing up page should stay as it is. From DOM I found active element is '
rp07
  • 43
  • 6
1
vote
1 answer

How to get output from custom component in slickgrid?

I have ionic application and using the custom component in slickgrid. I can give input to my component from slickgrid. But I didn't receive my output emit from my component to slickgrid. renderAngularComponent(cellNode: HTMLElement, row: number,…
Rajkumar
  • 131
  • 5
0
votes
1 answer

angular-slickgrid gettting Property 'detail' does not exist on type 'Event' on angular 16

I'm working with angular-slickgrid v6 in angular 16.While using (onClick)="onCellClicked($event.detail.eventData, $event.detail.args)" to fetch the selected row,I get this error Property 'detail' does not exist on type 'Event'.…
Subham
  • 1,414
  • 4
  • 17
  • 34
0
votes
1 answer

Enable row selection when multiple cells selection is enabled

I just figured out (not documented?) that in Angular-slickgrid when you set enableExcelCopyBuffer flag to true, it allows you to select multiple cells. Nevertheless, it does not work when enableRowSelection flag is set to true. While I understand…
Fab
  • 1
0
votes
1 answer

Angular Slickgrid force fit column check & uncheck action

In angular slickgrid, I am trying to force fit column and then while disable the force fit its not setting to normal size. Current behavior Click the force fit column button, All slickgrid column are fit into the window Again clicking(uncheck) the…
Anu
  • 1
  • 1
0
votes
1 answer

In angular slickgrid, the records with special characters "<" , "=" are not getting filtered

Im using Angular Slickgrid to display the data and to filter the data ,in that I have noticed that the column filters are not filtering the records with special characters like "<","=". Current Behavior: Column filters are not filtering the records…
0
votes
1 answer

In Slick grid while scrolling through columns using horizontal bar when 'toggle filter row' is enabled, the content alignment get shaky

I am using angular slick grid version 4.3.1 to show my list of data. If the slick grid contains more columns, while scrolling using the horizontal bar with 'toggle filter row' enabled the alignment gets a little shaky and struck, while without…
0
votes
1 answer

Editor returns values as object for Singleselect & Multiselect in child object(complex objects) in Slickgrid

In my case, I try to handle inline edit for Singleselect & Multiselect fields in child objects(complex objects) it returns the values in object format.For simple object it returns the exact values which is selected. Values return for child…
0
votes
1 answer

Angular slickgrid - Select Dropdown Editor opens next line's editor once I select a value in first line

https://ghiscoding.github.io/Angular-Slickgrid/#/editor editor: { model: Editors.SingleSelect, editorOptions: { maxHeight: 400 } as MultipleSelectOption } I'm using this code to get single select dropdown as shown in above link. After I…
vijay M
  • 35
  • 5