Using SC 8.2.
I have a ListGrid with a column that has editable values. What I've noticed is that if I click in this column, the cell in the row I clicked becomes editable as I would expect. But when I click out of it, an update operation occurs (DS posts an update to the server). I'd like to block this operation -- I only want updates to occur if a user clicks a submit button or hits 'enter'. How do I do this?
I have a ListGrid with a column that has editable values. What I've noticed is that if I click in this column, the cell in the row I clicked becomes editable as I would expect. But when I click out of it, an update operation occurs (DS posts an update to the server). I'd like to block this operation -- I only want updates to occur if a user clicks a submit button or hits 'enter'. How do I do this?
Comment