• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

[HELPED] Cell Editing Plugin and startEdit() ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [HELPED] Cell Editing Plugin and startEdit() ?

    I'm trying to implement a shopping cart checkout and allow the user to change the quantities in the cart grid. My cell editing works fine, but what I'd like to try and do is make it so that clicksToEdit: 0

    In other words I want my cart grid to come up so that the Qty column (first column) comes up already in edit mode. Seems like startEdit() is the method to make that happen.

    I would think on load of the store I would have to loop through the store and do a startEdit() for each record unless there is a way to do it for the whole store at once. In either case I'm having trouble with what that code would look like.

    Any assistance would be appreciated. Thanks!

  • #2
    The API specifies you can only edit one call at a time with a Cell Editor plugin.

    Comment

    Working...
    X