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
605
Clicking on grid detail expander icon while another cell is in edit mode puts the row with the expander icon in edit mode
posted

We are using the detail section of the grid to show additional information which means that the expand/collapse icon is in the first cell.

Our problem is that if the user has a cell that is in edit mode, clicking on the detail expander will actually put the associated cell into edit mode.

We have looked at all of the various events, such as cell clicking, and nothing is fired in a way that will allow us to detect that the user clicked on the expander and not on the cell contents.

This is a fairly important usability issue for our end users since it requires them to know that they have to exit edit mode before they can expand the details.