I have window with two data windows (master and detail)
when i was on master datawindow and press tab ,
focus changed between column in master until last column (according to tab order) then it focus on first column in detail datawimdow
when it reached to last column in detail datawindow then it scroll to next row of datawindow even that row doesn't belong to master datawindow
how to prevent to scroll to next row if i was at last column in data window?