You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: