You are right about the 2 b/c point. Reading it a day later makes me realise that is not desired behavior. But I don't think I want the sorting settings to be cleared. That part is not clear to me. Can't everything just stay in place? So that - if I manually refresh the grid - it still uses the same sort as was already selected?
I'm trying to prevent the unsort() call now, but simply overriding it doesn't help I guess, because it should unsort() in case the user clicks the header context menu and selects "Clear sort".
So basically I want nothing to happen if a record is created or updated on the field that is also selected as (one of the) sorting column(s). No calls to unsort().
I'm trying to prevent the unsort() call now, but simply overriding it doesn't help I guess, because it should unsort() in case the user clicks the header context menu and selects "Clear sort".
So basically I want nothing to happen if a record is created or updated on the field that is also selected as (one of the) sorting column(s). No calls to unsort().
Comment