Skip to content

subGrid code cannot handle complex IDs #1070

Description

@unle70

Hi Tony,

In subgrid.js, line 229, you have the following code:
$r = $("#" + pID + "_" + _id + "_expandedContent");

I think both "pID" and "_id" need: "$.escapeSelector()" before merging them into the jQuery selector.
I'm seeing errors on this when my row IDs have non-standard characters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions