Author Topic: Grid filters causes "Uncaught TypeError: c.startsWith is not a function" in SP  (Read 1074 times)

CharlestonGeek

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 8
  • Christopher Hutner
    • View Profile
When enabling filter on a grid; ever click after causes the following error to occur. (8.2.1)

Uncaught TypeError: c.startsWith is not a function
    at Sys.WebForms.PageRequestManager._matchesParentIDInList (ScriptResource.axd?d=VggL8IqD2oUq_-GYkmO_R9dObbSL_QoYeWT6bwvz1LeT7lc5XkXMIo9kSe-9K8C0Lc80SFUmjmJu-IhD3PjyxUMOU72Ztm2a8k9Ll0ZhV3FdBhYvJDQWIJ3h8vAVJsFleHZGgnYS1EnqPg-hwqj0WwblJiOhMrkGMlBYDtNfL0t_uBRJ5GO2HOuIUjR4YXTV0&t=2fe674eb:5)
    at Sys.WebForms.PageRequestManager._getPostBackSettings (ScriptResource.axd?d=VggL8IqD2oUq_-GYkmO_R9dObbSL_QoYeWT6bwvz1LeT7lc5XkXMIo9kSe-9K8C0Lc80SFUmjmJu-IhD3PjyxUMOU72Ztm2a8k9Ll0ZhV3FdBhYvJDQWIJ3h8vAVJsFleHZGgnYS1EnqPg-hwqj0WwblJiOhMrkGMlBYDtNfL0t_uBRJ5GO2HOuIUjR4YXTV0&t=2fe674eb:5)
    at Sys.WebForms.PageRequestManager._onFormElementActive (ScriptResource.axd?d=VggL8IqD2oUq_-GYkmO_R9dObbSL_QoYeWT6bwvz1LeT7lc5XkXMIo9kSe-9K8C0Lc80SFUmjmJu-IhD3PjyxUMOU72Ztm2a8k9Ll0ZhV3FdBhYvJDQWIJ3h8vAVJsFleHZGgnYS1EnqPg-hwqj0WwblJiOhMrkGMlBYDtNfL0t_uBRJ5GO2HOuIUjR4YXTV0&t=2fe674eb:5)
    at Sys.WebForms.PageRequestManager._onFormElementClick (ScriptResource.axd?d=VggL8IqD2oUq_-GYkmO_R9dObbSL_QoYeWT6bwvz1LeT7lc5XkXMIo9kSe-9K8C0Lc80SFUmjmJu-IhD3PjyxUMOU72Ztm2a8k9Ll0ZhV3FdBhYvJDQWIJ3h8vAVJsFleHZGgnYS1EnqPg-hwqj0WwblJiOhMrkGMlBYDtNfL0t_uBRJ5GO2HOuIUjR4YXTV0&t=2fe674eb:5)
    at HTMLFormElement.<anonymous> (ScriptResource.axd?d=pAzUsve1uGiVFU2T6nUtUtuNPXHefIi_aPMUvB3mjc3TvmQYwWp9DQNcaPTWS9CDovg1AtEeB6m-b56sjdgBo5P-MRgj_FAOHm7q50vdS0FxIgEK521X0faGjSdTPf26XkqYWl34xjJyeYWCuEBSX1DT6ARbKT1aDYxKxETnMROmtMGm8iKueAhSdOLYnywH0&t=2fe674eb:5)
    at HTMLFormElement.b (ScriptResource.axd?d=pAzUsve1uGiVFU2T6nUtUtuNPXHefIi_aPMUvB3mjc3TvmQYwWp9DQNcaPTWS9CDovg1AtEeB6m-b56sjdgBo5P-MRgj_FAOHm7q50vdS0FxIgEK521X0faGjSdTPf26XkqYWl34xjJyeYWCuEBSX1DT6ARbKT1aDYxKxETnMROmtMGm8iKueAhSdOLYnywH0&t=2fe674eb:5)

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
I don't see this issue in the pqgrid examples

Please check the version of jQuery / jQueryUI used in your code.

Please share a jsfiddle / stackblitz or the steps required to reproduce the issue if the issue is still not resolved at your end.

CharlestonGeek

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 8
  • Christopher Hutner
    • View Profile
Please remove bug. NOT A PARAMQUERY issue. Was unable to reproduce in jsfiddle.
Had our SharePoint Farm admins perform a timer job reset. Fixed this issue.

Thank you.