Telerik Forums
UI for ASP.NET AJAX Forum
29 answers
628 views
I have a grid full of data, and the data behind is is frequently changing.

When the user picks a row to edit and clicks the edit button, it seems that the grid says "Edit the 5th item in the grid".  Of course, during the AJAX postback, the grid loads completely different data, and the record they want to edit is now the 9th item.

Is there any way to have the grid say "Edit item with a key value of 34832" instead of being positional?  The only other solution I've come up with is to cache the grid data in session, and if the grid gets an edit command, reload from the cache instead of the database.  I'm going to go try to implement that now.
Jack
Top achievements
Rank 1
Iron
 answered on 23 Jul 2025
1 answer
21 views

Hi, currently we are activating our Telerik UI for ASP.NET AJAX license in our upper environments via the steps under "GitHub Actions" on this page: https://www.telerik.com/products/aspnet-ajax/documentation/licensing/add-license-to-ci-cd

We're working on upgrading to the latest 2025.2.609 package and I wanted to check if this will require any changes on our side with how we're handling the license activation in our upper/production environments. Thanks.

Rumen
Telerik team
 answered on 21 Jul 2025
1 answer
16 views

In our online application using the Radeditor I includetext like:  "the 17th"

I get the following error:

Uncaught SyntaxError: Bad escaped character in JSON at position 986 (line 1 column 987) at JSON.parse (<anonymous>) at Telerik.Web.UI.SpellCheckService._processResponse () at Array.<anonymous> () at at Sys.Net.WebRequest.completed () at XMLHttpRequest._onReadyStateChange ()
 

The editor then locks up and I cannot continue.

This does not happen in the online demo.

Any ideas?

 

 

 

Rumen
Telerik team
 updated answer on 21 Jul 2025
1 answer
74 views

Hi,

Is it possible to upload file to cloud that contains cyrillic letters (test_кириллица.csv) using RadCloudUpload control?

Thanks!

Rumen
Telerik team
 answered on 18 Jul 2025
1 answer
15 views

Hi, I am facing the following issues with the Telerik table. Can you please help resolve them?

1. The text is not aligned with the dropdown (Image attached)


2. When we edit the widget > click on the table on a random cell > select Table Properties > The table wizard will always default to the top left cell > This is working as expected.
If you click in the table (not the editor) and select Cell Properties > the wizard will display (highlight) the cell you selected in the table is it expected that when selecting table properties it always default to the left side first box but when selecting cell properties it will show the current cell which we are in.

video link:- https://jam.dev/c/c1cdf56c-53ab-4218-8774-65907b3efd6d


3. Table properties > Select cells (e.g the top three) > Border > Select the bottom > 6 PX > Purple > OK > The preview is not showing the changes we want to apply > the preview is showing only the top left cell

video link:- https://jam.dev/c/88c17904-c758-47ab-949c-d29b4775dc6d

4. Following step 3 > when we navigate the mouse up and down, in the background, we can see only the top left cell with the border we configured. (while initially we selected the top three) > But if now, in the preview page, we will choose the top three > OK >We will see the top three cells showing the design we configured. 

video link:- https://jam.dev/c/ba52bff1-7459-44d6-a647-d3eb5cea07f3

5. From the widget/page > select the middle bottom cell (notice it has no styling) > Table properties > Cell Properties > Select the middle bottom cell again > More Cell Styling > Border > Notice that the top row design is inherited > Is this expected? 

 video link:- https://jam.dev/c/1516e16f-1f7c-4e89-8b19-368edabf5703

5.1 I have observed that when we're in the widget > selecting a cell from the table > clicking on Cell Properties > The top row design is not inherited. 

 

 

 

Rumen
Telerik team
 answered on 16 Jul 2025
1 answer
16 views

Hi, I am facing the following issues with the Telerik table. Can you please help resolve them?

1. The text is not aligned with the dropdown (Image attached)


2. When we edit the widget > click on the table on a random cell > select Table Properties > The table wizard will always default to the top left cell > This is working as expected.
If you click in the table (not the editor) and select Cell Properties > the wizard will display (highlight) the cell you selected in the table is it expected that when selecting table properties it always default to the left side first box but when selecting cell properties it will show the current cell which we are in.

video link:- 
https://jam.dev/c/c1cdf56c-53ab-4218-8774-65907b3efd6d


3. Table properties > Select cells (e.g the top three) > Border > Select the bottom > 6 PX > Purple > OK > The preview is not showing the changes we want to apply > the preview is showing only the top left cell

video link:- https://jam.dev/c/88c17904-c758-47ab-949c-d29b4775dc6d

4. Following step 3 > when we navigate the mouse up and down, in the background, we can see only the top left cell with the border we configured. (while initially we selected the top three) > But if now, in the preview page, we will choose the top three > OK >We will see the top three cells showing the design we configured. 

video link:- 
https://jam.dev/c/ba52bff1-7459-44d6-a647-d3eb5cea07f3

5. From the widget/page > select the middle bottom cell (notice it has no styling) > Table properties > Cell Properties > Select the middle bottom cell again > More Cell Styling > Border > Notice that the top row design is inherited > Is this expected? 

 video link:- https://jam.dev/c/1516e16f-1f7c-4e89-8b19-368edabf5703

5.1 I have observed that when we're in the widget > selecting a cell from the table > clicking on Cell Properties > The top row design is not inherited. 

 

 

 

Rumen
Telerik team
 answered on 16 Jul 2025
1 answer
12 views

Hello,

 

Please check the following:

In the demo:
https://demos.telerik.com/aspnet-ajax/editor/examples/trackchanges/defaultcs.aspx

Set cursor after last word "browsers.". Then click Shift+Enter (break) one or several times. Then click BackSpace. 

BackSpace will remove last dot, but not a breaks.

 

How can I fix it?

Rumen
Telerik team
 answered on 15 Jul 2025
1 answer
23 views

Drag and drop on the AsyncUpload control from file explorer or MS outlook works fine when I'm using Microsoft Edge. No issues.

My application is running under IE Mode (IE11 compatability) and in this case, drag and drop only works when dragging from the file explorer. When trying to drag from IE, the file or email does not get uploaded.

Is there anything that can be changed to make this work?

Vasko
Telerik team
 answered on 11 Jul 2025
1 answer
17 views

I essentially would like users to paste in their data to a RadSpreadsheet and then click a button. Once Clicked I can process the data and save the data to a database.  However, I would also like to manipulate the spreadsheet and rename the columns from ABC to a heading I choose.

Can you point me on how to change the column headings?

Can you point me into how to process the pasted data into a datatable or object when a button is clicked on the page?

Thanks!

Vasko
Telerik team
 answered on 07 Jul 2025
1 answer
22 views

I'm encountering an issue in an ASP.NET WebForms application using RadGrid, and I’ve isolated it to one specific column. The grid is configured to use EnableHeaderContextMenu="true". In all columns except one, clicking the ellipsis icon properly displays the context menu just above the column header. However, in the affected column, the context menu opens at the top-left corner of the page (left: 75px; top: 20px;), regardless of scroll position or grid placement.

Details:

  • Right-clicking on the column header does show the menu in the correct location.

  • The issue is limited to a single column; the others function as expected.

  • This behavior is consistent across Chrome and Edge (latest versions).

  • Telerik AJAX controls are up to date (or close — please let me know if this was resolved in a recent release).

  • Attached is a side-by-side comparison, showing the missing Filter icon and Search text box, and inconsistent alignment.

 

Analysis So Far:

  1. Data Content Difference:

    • The affected column contains only NULLs or one repeated value (homogeneous data).

    • I suspect this may result in layout optimizations or missing render elements on Telerik’s end.

  2. HTML Inspection shows a difference:

    • In the affected column, this element is hidden:

    <span id="ctl00_Main_RadGrid1_rghcMenu_i9_filterCheckListSearch_wrapper"
          class="RadInput RadInput_Sunset"
          style="display: none;">

    • In the working column, the same element has no display: none; style:

    <span id="ctl00_Main_RadGrid1_rghcMenu_i9_filterCheckListSearch_wrapper"
          class="RadInput RadInput_Sunset"
          style="">
    3. Menu Container Differences:
  • Broken menu:

<div class="RadMenu RadMenu_Sunset ... GridContextMenu"
     style="left: 75px; top: 20px; height: 324px;">
  • Working menu:

<div class="RadMenu RadMenu_Sunset ... GridContextMenu"
     style="left: 366px; top: 180px; height: 667px;">
  • The significantly reduced height suggests missing or hidden menu elements.

 

Questions:

  • Is this a known issue tied to RadGrid's menu rendering when the filter controls (like checklist search) are hidden or omitted?

  • Could recent browser updates (Chrome/Edge) impact menu positioning logic in RadGrid?

  • Is there a client-side fallback when no visible anchor element is found for positioning?

  • Can this behavior be overridden or corrected without writing custom JS or modifying grid data?

 

What I’m Avoiding for Now:

I’m intentionally avoiding workarounds like injecting dummy values, overriding client-side menu positioning logic, or forcing the checklist visibility. I’m first trying to confirm if this is a recognized bug, regression, or browser compatibility issue.

I can provide a minimal repro project if needed.

Thanks in advance!

Vasko
Telerik team
 answered on 07 Jul 2025
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?