Store batch order

  1. #1

    Store batch order

    Hello.

    I have store bound to SqlDataSource via DataSourceId.

    Is there is way to change batch order of default built-in proxy for this store?
  2. #2
    Proxy has BatchOrder property
    Comma-separated ordering 'create', 'update' and 'destroy' actions when batching. Override this to set a different order for the batched CRUD actions to be executed in. Defaults to 'create,update,destroy'.
    Defaults to: 'create,update,destroy'
    http://docs.sencha.com/ext-js/4-1/#!...cfg-batchOrder
  3. #3
    Thanks, it worked.

    It was pretty obvious.

Similar Threads

  1. [CLOSED] Order GridPanel Groups in an arbitrary order?
    By dmoore in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 27, 2013, 4:35 AM
  2. [CLOSED] Batch Update Issue
    By shaileshsakaria in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 03, 2013, 7:08 AM
  3. Batch Update
    By shaileshsakaria in forum 2.x Help
    Replies: 1
    Last Post: Jan 18, 2013, 4:17 PM
  4. [CLOSED] MVC Grid Batch Editing
    By adelaney in forum 2.x Legacy Premium Help
    Replies: 19
    Last Post: Sep 27, 2012, 5:55 AM
  5. Replies: 0
    Last Post: Aug 24, 2011, 12:13 AM

Tags for this Thread

Posting Permissions