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
4133
Disable InitializeRow While Update Underlying Data
posted

I am experimenting with using the EventManager to disable the InitializeRow event on the grid while I am changing the underlying dataset for my grid.  I then turn the event back on when I'm finished manipulating the data.  However, it doesn't seem like the rows that changed were queued up so that the InitializeRow event will fire when I turn it back on.  Can anybody confirm this?  Do I have to keep track of the rows that changed myself while this event is suspended?