Hi,
I am using IGGrid in an angularJS project, I am creating an angularJS grid in the controller and using default gird.igGrid() method to create the grid. However when I try to sort the column, few random columns get highlighted on sort.
Can anyone help me with isolating the issue.
Hello Hamza,
Thank you for contacting Infragistics!
When you say a few random columns get highlighted, do you mean columns other than the column you sorted are being highlighted? What version of Angular are you using?Do you have a sample project?
yes, I mean once I sort a particular column, yes the column other than I sorted get highlighted. I am currently using angular 1.5.2. I currently don't have a sample project. Is there any way that I can disable column highlighting all together for sorting ?
Thank you for the update. You can set the applySortedColumnCss property to false to disable that behavior:
http://www.igniteui.com/help/api/2016.2/ui.iggridsorting#options:applySortedColumnCss
Okay thank you