Why is disable auto update method used?

devquora
devquora

Posted On: Feb 22, 2018

 

This method is used as it protects the events that represent changes to the underlying data from being broadcast by the view. It also stops the whole collection from being updated. This method is found to be very effective where multiple items in a collection are being edited at once. By disabling the auto update the changes are received as a batch instead of multiple events.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Flex Interview Questions

    State the difference between Item Renderer and Item Editors?

    Difference between item renderer and item editors are as follows; Both are used for the purpose of editing, but item re..

    Flex Interview Questions

    What is a View Cursor?

    A cursor is an instrument used for position indicator, it points to any particular item. View cursor is used in order t..

    Flex Interview Questions

    Explain Filter Function?

    The filter function is used to limit the data view in the collection to any particular subset of source data. The funct..