Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
63 views

RadWindow is a great control and it's very usefull.

The issues start when the UI inside gets more complex, and requires javascript to deal with interactions on client side instead of server side.

The RadWindow control is placed inside a parent element but when it opens, all the contents get relocated into the DOM root causing a problem with event listeners, element finding among other headaches.

Testing with your Telerik Web UI Window Content Template Demo | Telerik UI for ASP.NET AJAX demo, moving the generated window element "RadWindowWrapper_ctl00_ContentPlaceholder1_UserListDialog" inside its original element  "demo-container", kept the demo working perfectly with no side effects.

So, the question is, why are you moving the contents of a RadWindow to the DOM root causing so many problems for those who need to create complex UIs inside the window? Can't you at least let the developer decide that with a parameter? 

Is there any way to avoid this behaviour, maybe using javascript?

Thank you.

 

Rumen
Telerik team
 answered on 11 Dec 2025
1 answer
119 views

Hello Telerik Support,

We are experiencing an issue with the RadGrid control when sorting by a single column that contains many duplicate values. The ordering of the results is inconsistent, which can confuse users. Additionally, in some cases, selecting a row causes the grid to re-sort unexpectedly, rather than navigating to the selected record’s page.

This behavior only occurs when sorting by a single column with non-unique values. When sorting by multiple columns, the ordering and navigation work as expected.

Could you please advise on:
How to ensure stable and predictable sorting in RadGrid when sorting by columns with duplicate values?
Best practices for maintaining consistent row selection and navigation behavior in these scenarios?

We are targeting .NET Framework 4.8.

Thank you for your assistance.

Vessy
Telerik team
 answered on 05 Dec 2025
1 answer
233 views

2025 Q4 Release strips inline base64 encoded image source by default. 

With the introduction of the new StripJavaScriptUris content filter that is enabled by default as part of the DefaultFilters,  we are seeing inline base64 encoded image source data completely erased. 

For example an image that looks like this:


<img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAAEAYABgAAD//gAfTEVBRCBUZWNobm9sb2dpZXMgSW5jLiBWMS4wMQD/...." />

becomes


<img src="" />

Is this the intended behavior for this content filter?   

I was able to correct this by adding the following attribute to my <telerik:RadEditor> tag:

ContentFilters="RemoveScripts,StripDomEventAttributes,EncodeScripts,StripCssExpressions,FixUlBoldItalic,IECleanAnchors,MozEmStrong,ConvertTags,ConvertFontToSpan,OptimizeSpans,ConvertToXhtml,IndentHTMLContent,ConvertCharactersToEntities,RemoveExtraBreaks"

Essentially its the same as DefaultFilters, minus the new StripJavaScriptUris.

Please advise...

-Mark


Rumen
Telerik team
 answered on 04 Dec 2025
2 answers
58 views
Rumen
Telerik team
 answered on 03 Dec 2025
2 answers
322 views

I realize this isn't a DNN forum, but couldn't find anything there so hoping someone here can answer.

After upgrading to DNN 9.11.3 several modules don't work right because DNN no longer supports Telerik.

I've read somewhere that you can purchase a Telerik license and just update the dlls for it in DNN in order to resolve this issue.

Has anyone else had this experience?

Thanks

Rumen
Telerik team
 answered on 21 Nov 2025
1 answer
145 views

What is the latest compatible Telerik.Web.UI version for .NET framework 4.7.2 that can address the security vulnerabilities. 

Current version used in the project is - 2012.3.1308.40

Looking to fix the following vulnerabilities -

CVE-2019-19790, CVE-2019-18935, CVE-2017-11357, CVE-2017-11317, CVE-2017-9248, CVE-2014-4958

Rumen
Telerik team
 answered on 21 Nov 2025
3 answers
105 views

I'm trying hide a couple of columns in a RadGrid. I can do this in RadGrid1_ItemDataBound with the GrdiHeaderItem setting visible = false.

However, the output still uses space for the 2 columns that were hidden at the end of the grid.

Looking at the page source when I run my app there are 2 extra <col /> tags in <colgroup> and the <tfoot> tag has 2 extra <td></td> tags. There is the correct number of <td> tags in each row in <tr> in the table body.

Could this be from css? Is there a way in override this in RadGrid1_ItemDataBound manually?

Andrew
Top achievements
Rank 1
Iron
 answered on 20 Nov 2025
1 answer
97 views

On our side the update to version 2025.4 is failing because of browser inlog issue, see attaches screenshot.

 

What to do?

 

Marc

 

Rumen
Telerik team
 updated answer on 18 Nov 2025
3 answers
62 views
I’m working with Telerik RadGrid and need an example where filtering is enabled on the columns and vertical scrolling is also active. Could someone direct me to a demo or sample that demonstrates this setup?
Rumen
Telerik team
 answered on 17 Nov 2025
1 answer
67 views

Hey everyone, I'm working on an ASP.NET AJAX project and am having some confusion about handling delta updates within partial postbacks.

Specifically:

  • I'm trying to update just a small part of a control using delta logic, but the entire control seems to refresh instead.
  • I'm not sure if I'm missing a required setting on the UpdatePanel or if delta updates require a different approach in Telerik controls.
  • If anyone has best practices, examples, or even "don't do this" warnings, I would seriously appreciate the help.

I am waiting yours valuable replies. Thanks in advance!

Attila Antal
Telerik team
 answered on 17 Nov 2025
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?