Hi guys,
I have a multi-line dw, and I've created up and down buttons so that the customer can sort the sizes as he sees fit. The thing is that the button seems to have its own focus. In the example below, I clicked the "XG" move up button, and I moved the row up (using rowsMove). The thing is that the button remained with focus, but on the same row. I wanted the focus to move with the row. I tried with setRow and scrollToRow, the row focus moved, but seems like a button has its own focus and remained. Please se pic below, it's clearer to explain.
The behavior I'd like, it its possible, is that the button focus moved up, as not to confuse our customers.
The below image is the original data. Notice that it has no visible focus and the "G" is before the "XG".
This is what happens after I click the "up" button on the "XG" row. The row moves up, but the button I clicked remains with focus on the same clicked row. I'm not being able to move the button focus to the correct row.
In time: If I don't use setRow, the same behavior happens, but the selected row remains on the not visible row number 1.