Author Topic: Design - inline edit or batch edit  (Read 2357 times)

msiebold

  • Newbie
  • *
  • Posts: 1
    • View Profile
Design - inline edit or batch edit
« on: June 24, 2016, 10:08:51 pm »
I'm designing and we use lots of grids I've been though all the demo's and I don't see exactly what I'm looking for in the demos.  My users have the need to edit a row, and then a second user will either reject or approve the change. Some times it's just a single row they want to approve or reject and in some cases I allow them to multi select several rows and approve and reject.

Is there an example of this kind of technique? Has anyone tried it? How much customization is there if you wanted to add button with actions to row edit by state

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6255
    • View Profile
Re: Design - inline edit or batch edit
« Reply #1 on: June 27, 2016, 11:19:13 am »
Batch editing can be used to capture the changes in the context of a single user.

As 2nd user sits on a different workstation, your use case lies beyond the scope of local transactions.

you might have to think in terms of saving the data ( arising from changes made by first user ) in a temporary state/ table on the server, and then present the new modified state to the 2nd user for approvals.
« Last Edit: June 27, 2016, 11:21:27 am by paramquery »