Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subGrid code cannot handle complex IDs #1070

Open
unle70 opened this issue Aug 16, 2024 · 1 comment
Open

subGrid code cannot handle complex IDs #1070

unle70 opened this issue Aug 16, 2024 · 1 comment

Comments

@unle70
Copy link

unle70 commented Aug 16, 2024

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.

@tonytomov
Copy link
Owner

Thanks. Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants