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
45
Paging/virtualization render event
posted

Hello,

 

I use a virtualized grid and bind the rendered and iggridvirtualrecordsrender to make some manipulation of the cells.

The problem I have, is that if I use pagination, iggridvirtualrecordsrender is fired correctly and I see my modifications while debugging, but just after, data is loaded again in the grid and there is no more event firing.

Furthermore event iggridvirtualrecordsrender fire 2 times.

 

Any suggestion will be greatly appreciated!

Parents
No Data
Reply
  • 23953
    Offline posted

    Hello Jeff,

    I logged an internal bug with number: 159020 so that we can investigate why there are 2 consecutive iggridvirtualrecordsrender events firing. However I'm not sure which event is not firing anymore? If it is the rendered event - this is expected, because this event fires only once when the grid is first created.

    Hope this helps,
    Martin Pavlov
    Infragistics, Inc. 

Children