Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
85 views

How to programatically get an element that is selected/highlighted?

I am working on an application based on ASP.NET, running in IE11. One part of the application makes use of (Telerik) RadEditor to create a layout of several items. I am selecting the items (dom ...
GreySage's user avatar
  • 1,178
0 votes
1 answer
120 views

How can I select multiple items at once in Telerik RadEditor on Chrome?

I am working on an application based on ASP.NET, running in IE11 and Chrome. One part of the application makes use of (Telerik) RadEditor to create a layout of several items. I can select (...
GreySage's user avatar
  • 1,178
0 votes
1 answer
106 views

How to select multiple elements in RadEditor in ie11

I am working on an application based on ASP.NET, running in IE11. One part of the application makes use of (Telerik) RadEditor to create a layout of several items. I am trying to implement a feature ...
GreySage's user avatar
  • 1,178
0 votes
0 answers
420 views

Telerik HTML5 ReportViewer sending empty parameterValues in Internet Explorer

I have a simple report viewer page set up like this: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Telerik HTML5 Report Viewer</title> <...
Zach's user avatar
  • 447
0 votes
1 answer
2k views

Radeditor issue with IE11

I have an aspx page for sending email which uses radeditor for creating the email body. In IE11 browser I type something by selecting font style, size and color. After that if I change any of the font ...
user3815594's user avatar
1 vote
2 answers
15k views

IE11 - Unable to get property 'PageRequestManager' of undefined or null reference

I have a asp.net web page with radgrid and radajaxmanager are used in it. It works as expected on all browsers other than IE11 When I click on button I got this error on my Console. Unable to get ...
Arun Chandran Chackachattil's user avatar
3 votes
2 answers
7k views

IE 11 and Unable to get property PageRequestManager

My site is not working on IE 10 and IE 11. Getting this error, Unable to get property PageRequestManager I have put ie.browser inside ~/App_Browsers folder. But still not working. I am using Telerik ...
Imran Qadir Baksh - Baloch's user avatar