I am using Data grid and have a combination of numeric and string column in my object. When I am binding the numeric columns with data type as the number, it is also changing the alignment of the column header. I want the header as is and position of all the option like sort and filter icon should be consistent across the grid i.e. Header text on left and filter icon (Excel filter) on right side as it is aligned when we used data type as String. Need CSS
Hi Vigneshwar Kundarapu,
Please use a hidden accessor to change the hidden setting for the column.www.infragistics.com/.../igxcolumncomponent.html
This is a sample.https://codesandbox.io/s/busy-dawn-qesm7?file=/src/app/grid/grid-editing-events/grid-editing-events.component.html
Sincerely,Motoki
Hi Motoki,
Thanks for reaching out, i was able to replicate the issue in the sandbox. On the click of the button
I added a button
Hello Motoki,we have upgraded to Angular version 9 and Infragistics version 9.This is sample : https://codesandbox.io/s/prod-voice-8s0olwhen you click the button, you can see the delete column is displaying in first column instead of last. Please provide solution for the same.
Thanks.
Hi Vigneshwar Kundarapu,It will be helpful for us to resolve your issue if you could provide more detail like your using Angular version or sample application.
Anyway, I made the sample application including column having a row deleting function.codesandbox.io/.../busy-dawn-qesm7
Can this application reproduce your issue?Please compare the code between this sample and yours.
Hi Team,
Me and shobhana are from same firm and same team, after angular and infragistics upgrade we are seeing issues with Igx grid, We have a gird with delete column header to delete the rows , it will be visible on click of edit button of the form but after the upgrade the delete column header displays as the first column, even though it is the last column , if we remove the *ngIf condition it is displaying correctly as the last column. what could be the issue here