• 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.

NAB getSelection question

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

  • NAB getSelection question

    Does getSelectionChar(), or others, return the value of the field from the browser or the value in the actual database row? I'm assuming it's returning data from the browser only.

    Scenario: A user is "sitting" on a grid while another user decides to edit the same row of data. If the first user decides to edit the same row, the values in the browser fields no longer match the database.

    Any validations, etc. should occur against the database values of that record and not necessarily against the values returned by getSelection, right?

    This just hit me while rewriting backend code for an app written in Sencha Architect.

  • #2
    getSelectionChar will return the value from the browser.

    Comment

    Working...
    X