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

Im using visual studio 2019 to develop an application in asp.net using c#

I have a telerik radgrid and it has a few columns that have text boxes to make it editable.

This works find but when the grid is loaded with data and the rows go to the bottom edge of the webpage you cant edit the text boxes in the last row, like they become readonly. This only happens to the first 5 editable columns the last 3 columns are ok and working.

Ive tried adding a DIV round the grid so the grid doesnt go right to the bottom of the webpage but the same issue occurs when the rows reach the bottom of the DIV.

Thanks

 

 

 

Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
 updated answer on 09 Jun 2026
2 answers
196 views

Hi

I am using telerik radgrid which has GridBoundColumns.

The query that is ran to populate the grid successfully returns the data.

However when the return values from the query is populated in a datatable it is blank and Im not sure why? Using C#

The column on the database is NUMBER datatype.

This is the grid on aspx page.

Any ideas on how to fix this please?

Thanks

Rakhee

Rumen
Telerik team
 answered on 04 Jun 2026
1 answer
10 views

Page had an existing working RadGrid control.

Issue started after I dragged a NEW radgrid control onto the page.

Script Error:   

Runtime: Error: 

Script control 'gdtcSharedCalendar' is not a registered script control. Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors().
Parameter name: scriptControl

Warning shown in Visual Studio.

c:\tfs\Test\FirmDB\FirmDB.Web\MasterPages\Main.Master: ASP.NET runtime error: Reference assemblies for target .NET Framework version not found; please ensure they are installed, or select a valid target version.

Any suggestions?

Thanks,

Rog

Rumen
Telerik team
 updated answer on 28 May 2026
1 answer
17 views

Hi,

 

I am monitoring some document processing on the server with RadProgressArea. How could I hide the progressarea on 100% complete?

 

Thanks, Marc

Rumen
Telerik team
 answered on 28 May 2026
2 answers
271 views
perhaps just a setting in
response.ContentType = "text/calendar" ?
or is there something that can be done when getting the data?

Dim data As String = Server.HtmlDecode(RadScheduler.ExportToICalendar(LoadContent()))

is there some setting to set to tell it to export the way to make it HTML?
Keth
Top achievements
Rank 1
Iron
 answered on 25 May 2026
1 answer
16 views

In the CMS I developed, I'm providing administrators with an admin bar in an ASCX file using RadToolBar when viewing content pages. I want to assign icons to RadToolBarButtons and RadToolBarDropDowns, just like the icons on other toolbars in the admin panel, using the icons from the document at https://www.telerik.com/design-system/docs/foundation/iconography/icon-list/. Since other toolbars have text on their buttons, I can simply assign icons using `.rtbText::before`. However, this method doesn't work for the content page toolbar buttons because they don't have text. All the methods I've tried to assign icons to both text-based and textless buttons have led to different problems. The methods in the Telerik documentation are generally written for RadButtons and similar controls. I can find it somewhere

<telerik:RadToolBar ID="RadToolBar1" runat="server">
<Items>
<telerik:RadToolBarButton Text="Settings" SpriteCssClass="fas fa-cog custom-icon" />
</Items>
</telerik:RadToolBar>


CSS:

.RadToolBar .rtbItem .rtbIcon:before {
font-family: 'WebComponentsIcons'; 
font-weight: 900;
}

.custom-icon:before {
content: "\f013"; 
}

This method didn't show any icons either. The classes given within SpriteCssClass are not reflected in the HTML output at all.

The toolbar is already LightWeight.

What's the correct way to do this? The only solution I've found so far that doesn't break anything else is to write the icons directly into the text as Unicode characters, but for system-wide standardization, I would prefer a solution that uses the WebComponentsIcons fonts.

Vasko
Telerik team
 answered on 19 May 2026
1 answer
29 views

I am trying to obtain an old Telerik release:

RadControls_Q3_2007_SP2

I no longer have an active subscription, but I previously used Telerik products in the past.

Could you please let me know:

  • Is it still possible to access or restore this archived version?

  • If older account or purchase information is available, what would the process be to regain access?

  • What information would be required to verify eligibility?

This request is for maintenance of a legacy application that still depends on this specific version and contains a significant amount of legacy code.

Any guidance would be greatly appreciated.

Rumen
Telerik team
 answered on 18 May 2026
3 answers
1.4K+ views

1. What I have is a Kendo TreeView control similar to the below structure.

-  Parent 1

      - Child 1 of Parent 1

      - Child 2 of Parent 1

- Parent 2

2. What I need is to trigger an event on Double click of any of the items ( items being : Parent 1,Child 1 of Parent 1,Child 2 of Parent 1,Parent 2)

3. There exists an event for single click, that is .Select(). But I don't seem to find one for double click. 

4. Question : Is there any way to trigger a double click event from the control itself, if not, what is the suggested alternate for the same?

durby
Top achievements
Rank 1
Iron
 answered on 13 May 2026
1 answer
21 views

Hi,

I have to process the files in the UploadedFiles collection in a certain order (alphabetical). Is that possible from the collection (LINQ?) or should I save the files first to the TargetDirectory and go from there?

Marc

Vasko
Telerik team
 answered on 12 May 2026
1 answer
23 views

This always worked till now:

var chart = $("#ctl00_RecordOverview_rc_heaterpower").getKendoChart();

 

Now we get:

 

service.aspx?id=7&mt=M999&mv=01&ms=00003:217 Uncaught TypeError: $(...).getKendoChart is not a function
    at init (service.aspx?id=7&mt=M999&mv=01&ms=00003:217:83)
    at HTMLDocument.<anonymous> (service.aspx?id=7&mt=M999&mv=01&ms=00003:265:29)
    at i (Telerik.Web.UI.WebResource.axd?

 

Anyone knows what is happening here?

 

Regards,

Marc

Vasko
Telerik team
 answered on 04 May 2026
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?