This is a migrated thread and some comments may be shown as answers.

Grid freezes and throws error.

1 Answer 19 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sandeep
Top achievements
Rank 1
Sandeep asked on 20 Sep 2016, 06:18 AM

Hi Team,

I am facing a issue in RadGrid, when EditMode="Batch",BatchEditingSettings-EditType="Cell" BatchEditingSettings-OpenEditingEvent="Click".

If I have result of 10 rows, I click on a cell in a columns and I need to choose a value from dropdown, but I do not select any value and click on another cell in same column, then I receive a Error : Unable to get property 'replace' of undefined or null reference with below reference.

b.RadComboBox.htmlDecode=function(c){return b.RadComboBox.replace(c,{"&lt;":"<","&gt;":">","&quot;":'"',"&amp;":"&"});
};
b.RadComboBox.htmlEncode=function(c){return b.RadComboBox.replace(c,{"&":"&amp;","<":"&lt;",">":"&gt;"});
};
b.RadComboBox.isIEDocumentMode8=function(){return document.documentMode&&document.documentMode==8;
};
b.RadComboBox.replace=function(e,d){for(var c in d){e=e.replace(new RegExp(c,"g"),d[c]);

Can you please help me on this.

~

Sandeep

 

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 22 Sep 2016, 08:24 AM
Hello,

Could you specify which is the version of Telerik UI for ASP.NET AJAX you are using in your project? Also let us know if the error appears only in IE8 or in the newer browser versions as well.

Regards,
Pavlina
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
Sandeep
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or