Jorge Resendez on 03 Sep 2021 15:47:18
User has requested the ability to be able to control the invocation method for drilldown behavior (i.e. to be able to use a different invocation method versus the standard right-click).
Ex:
Use case – user want to review a specific record(s) in a summary grid (Total rows: 200, Viewable Window = 20 records) … User scrolls to the middle and wants to view details for a few given records 1,2,3 (row # 101,102,103)
- User selects Row 101
- Drills Down to see details of Bond 1
- Clicks “Back to Summary”
Current Behavior
a) Scroll position is not retained (scroll position is back to the top)
b) Selected row is not retained (where is bond 1 now?)
c) To drilldown user had to right click -->move mouse down -->open sub context menu -->move right --> Click on “Drill thru”
Ideal Behavior
Ideally user would scroll down, select item 1, double click, see details, go back, select item 2 and double click, etc..