Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
Row Details Panel Clicks
posted

We have a (row details) panel that appears below selected rows.  When elements in this panel near the right edge of the page are clicked, the columns in the main grid scroll left.  So, clicking on the date (a row in a listview "5 Jul 10") in the picture below will make the name column move left, showing the next column giving a poor user experience.  Clicks elsewhere in the panel don't cause the main columns to scroll and clicks on elements that don't react to clicks don't affect the column scrolling:  Clicking on the header "Date" does not make columns scroll. 

Also, when the panel is vertically resized, the columns scroll.

How can we stop this behavior?

Addl detail:

We're grouping with a header.

The details panel stays visible via a RenderTransform, so that when the columns are scrolled right or left, the panel stays in place.

The relevant changes in the grid template are attached (GridChange.txt)