Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
486
Render events triggered when virtualization kicks in
posted

Hello,

I am using an Ignite Grid in an angularjs application and would like to have template columns with buttons using ng-click to trigger angularjs code. I got this working with the help of Damyan by running $compile on the dataRendered event of the grid. It was working fine but now as the number of rows grows I had to activate virtualization for things to remain usable. Now the dataRendered event does not seem to be triggered when virtualization renders new rows. I also tried the rowRendered event which seems to not be called at all.

So my question is which event could I listen to so I can run $compile for newly virtualized rows and thus make the ng-click work again.

Thanks for helping me on this.

Parents
  • 15320
    Offline posted

    Hi ruud7,

    Which virtualization are you using: fixed or continuous? Could you send me an isolated sample that replicates your issue in order to test it on my side?

    Waiting for your reply.

    Regards,

    Tsanna

Reply Children