Questions tagged [telerik]

Telerik is a vendor of development, team productivity, and automated testing tools, as well as UI components and content management solutions for Microsoft .NET.

Telerik (a Progress company) is a vendor of development, team productivity, and automated testing tools, as well as UI components and content management solutions for Microsoft .NET. Telerik was founded in 2002 by a few friends. Now Telerik has a team of more than 750 professionals spread around the globe in 11 offices.

Telerik developed tools targeted to support .NET technologies, such as ASP.NET AJAX, ASP.NET MVC, WPF, Silverlight and Windows/Windows Phone.

Telerik also introduced support for HTML5 and JavaScript in 2011 with its Kendo UI product.

In October 2014 Progress Software announced its acquisition of Telerik. On December 2014 the acquisition was completed.

Further support from Telerik is available on their support forums

Telerik Wikipedia Page

9444 questions
67
votes
4 answers

How to move an entire div element up x pixels?

I want to reposition an entire div and its contents up about 10-15 pixels. How can I do this? Note: this is slider element, so when I click a button the slider slides down. Once it is finished I want to reposition it up about 15 pixels.
codecompleting
  • 9,251
  • 13
  • 61
  • 102
59
votes
2 answers

Difference between Xamarin and Telerik's native script

Xamarin Write the model in C# Write the views for each OS in their own native way Xamarin promises that the new functionality in libraries is added the same day Telerik Native script Write in javascript and call native script's api that then…
Jimmyt1988
  • 20,466
  • 41
  • 133
  • 233
54
votes
5 answers

Change selected value of kendo ui dropdownlist

I have a kendo ui dropdownlist in my view: $("#Instrument").kendoDropDownList({ dataTextField: "symbol", dataValueField: "symbol", dataSource: data, index: 0 }); How can I change the selected value of it using jQuery? I…
xkcd
  • 2,538
  • 11
  • 59
  • 96
42
votes
6 answers

Telerik Reporting over SSRS?

Broad question is: Is there anything Telerik Reporting can do that SSRS (2005) cannot? Specifics: We're looking to migrate our current Reporting infrastructure from in-house ASP.NET + Crystal (VS Edition) to something else. Ignoring the cost factor…
JPot
  • 4,175
  • 4
  • 23
  • 22
34
votes
5 answers

Devexpress or Telerik Controls comparison

I am looking into purchasing either dev express or telerik to aid in the development of our applications. We are mainly an asp.net outfit but we are starting to make more and more use of silverlight and mvc. I would like to know what people have…
Matt Seymour
  • 8,880
  • 7
  • 60
  • 101
31
votes
13 answers

Third party WPF controls: Devexpress vs Telerik

I would like to hear your opinion about the two control providers. To put it in a nutshell: I am building a classic LOB desktop application. The app will be created entirely in WPF. PRISM 4.0 will be used heavily. Whenever possible, I will try to…
Sebastjan
  • 142
  • 1
  • 5
  • 13
30
votes
5 answers

Detecting Memory Leaks in ASP.NET

My development team is using ASP.NET 3.5 / 4.0 right now, and our sites are running on IIS 7.5. Recently, we've been having problems (about once a week) that are causing Out of Memory exceptions to be thrown in our ASP.NET applications. The…
Aaron
  • 7,431
  • 12
  • 35
  • 37
29
votes
6 answers

How can I convert a string length to a pixel unit?

I have a string like this: string s = "This is my string"; I am creating a Telerik report and I need to define a textbox that is the width of my string. However the size property needs to be set to a Unit (Pixel, Point, Inch, etc). How can I…
ScottG
  • 10,711
  • 25
  • 82
  • 111
28
votes
3 answers

How to concatenate the id of the HTML element using Razor ASp.NET MVC

I have a grid column with checkboxes and I want to give them a different id. Id is based on the CustomerId in the Model. What syntax should I use to concatenate the chk_@item.CustomerId. // using the telerik grid id="chk_@item.OrderNumber" //…
johndoe
  • 291
  • 1
  • 4
  • 5
25
votes
1 answer

WPF : Dispatcher processing has been suspended, but messages are still being processed

I Have a WPF Project, When i try to Run This Code On RowLoad Event I got below Error : private void ParentGridView_OnRowLoaded(object sender, EventArgs e) { try { if(((RadGridView)sender).Columns != null) { …
Amin Eshtiaghi
  • 253
  • 1
  • 3
  • 6
24
votes
3 answers

Kendo UI Grid post rendered or post databound event?

Is there a way to trigger an event after grid has been reloaded via ajax? i see the RequestEnd event. but that seems to happen when the request returned, but before the grid has been refreshed. i also see DataBound event. but that happens even…
Sonic Soul
  • 23,855
  • 37
  • 130
  • 196
22
votes
3 answers

How to change application name in NativeScript

I'm working with NativeScript from Telerik and I made an app with a debug name ("notiApp") but now I can't change the app's name in launcher and action bar. I already tried configuring my AndroidManifest.xml in /app/App_Resources/Android/ modifying…
21
votes
2 answers

How do I create a datatemplate with content programmatically?

I want to do the following at runtime in code: So far I've got: public DataTemplate GetColouredRectangleInDataTemplate(Color colour) { …
Corpsekicker
  • 3,276
  • 6
  • 25
  • 34
21
votes
10 answers

Could not find UpdatePanel with ID 'xxx'. If it is being updated dynamically then it must be inside another UpdatePanel

I have a page with Ajax Tab controls, within one of the tabs is a webcontrol that as a Telerik RadGrid, with Edit forms pointing to another web control. That edit form also contains Ajax Tabs and on one of those tabs, there is an Ajax modal popup of…
Amy Young
  • 221
  • 1
  • 2
  • 4
21
votes
5 answers

Uncaught TypeError : cannot read property 'replace' of undefined In Grid

I'm new in using Kendo Grid and Kendo UI . My question is how can i resolve this Error Uncaught TypeError: Cannot read property 'replace' of undefined This is my Code on my KendoGrid $("#Grid").kendoGrid({ scrollable: false, …
Ren Tao
  • 397
  • 2
  • 10
  • 25
1
2 3
99 100