Hello There,
We are half way through of implementing solution using jqwidgets but for grids with dropdownlist it is failing. We are using these widgets in SharePoint APP. All other controls works fine but when using JqxGrid with dropdownlist it throws following error:
Uncaught TypeError: Object [object Number] has no method ‘replace’
The error is thrown within MicrosoftAjax.js file on following line:
String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,””)}
MicrosofAjax.js file is used within SharePoint for its requests handlings.
I did little research on the error and it usually occurs if the object is not a string as there is no replace function for object and is only available on String. Now this is true within jqxGrid with a drodownlist, because dropdownlist’s source property is an array and not a string. How can this be handled? Is there a workaround or function overload/override that can be applied? Please Please Please help. We don;t want to throw away the work we have done till now with this jqwidgets.
Thanks
Kkochhar