jQuery UI Widgets Forums Grid Cell selection issue in detail grid

This topic contains 1 reply, has 2 voices, and was last updated by  admin 4 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Cell selection issue in detail grid #111762

    Steve
    Participant

    I have found that when you enable the following on both grids:
    enablebrowserselection: true,
    selectionmode: ‘singlecell’,

    It causes the all cells of the inner grid to be selected when selecting any cell.

    I believe this is because of the parent row.

    How can we have single cell selection for both parent and child grids?

    I have created a jsfiddle showing the issue:
    https://jsfiddle.net/ttsabbott/8aq3nd15/5/

    Try selecting any cell within the detail grid, all cells get selected.

    Cell selection issue in detail grid #111775

    admin
    Keymaster

    Hi Steve,

    When enablebrowserselection is enabled, the Grid’s events handling logic is disabled. Unfortunately, in the case of nested grids, it would be better to do not turn this on.

    Regards,
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.