Skip to content

Ui freezes on ie 11 with a large number of columns #5589

Open
@sriramramaswami

Description

@sriramramaswami

I am using angular ui grid plugin 3.2.1 and I am using it to render a very column heavy grid( it has around 90 columns). All columns are rendered using cell templates since special conditions need to be handled. Around 20 percent of the 90 columns are dropdowns with 200-300 items each.

I am also using the angular spinner to show a loading bar on each http service call.

My problem is this.

The spinner freezes after the service call returns because the UI grid is struggling to render around 50 rows of 90 columns each.
After some time the user gets the infamous slow loading script error message from IE 11. This also happens if the user clicks inside the screen when the spinner is frozen.

Can you please look into this asap?

Sriram

Activity

DevQueen

DevQueen commented on Aug 10, 2016

@DevQueen

I have a similar problem trying to switch grids on the same page. I have tried ng-show/ng-hide, ng-if, ng-switch, ng-style visibility. My grids both each have a less than 10 columns. Works fine in Chrome, but crashes IE whenever I try to switch.

Sriram-Ramaswami

Sriram-Ramaswami commented on Aug 30, 2017

@Sriram-Ramaswami

Any luck on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mportuga@sriramramaswami@Sriram-Ramaswami@DevQueen

        Issue actions

          Ui freezes on ie 11 with a large number of columns · Issue #5589 · angular-ui/ui-grid