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

learn more… | top users | synonyms

20
votes
2answers
5k views

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 ...
14
votes
12answers
7k views

Telerik UI controls vs client-side UI with jQuery

I am trying decide on how I want to handle the UI for an external-facing web app. Because it is external, latency caused by page bloat could be an issue. I have used jQuery some in the past, and I am ...
13
votes
4answers
3k views

Infragistics WebGrid vs. Telerik Grid

I have been using the Infragistics UltraWebGrids for a few years now in multiple products, but have reached a crossroads with them. I have been looking into the Telerik products and they appear to ...
11
votes
9answers
4k views

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 ...
10
votes
3answers
3k views

Telerik and jquery

I'm working on an application I received from a client and they've used some telerik web controls. Telerik apparently includes its own version of jquery 1.3.2, while I'm using 1.4.1. I'm experiencing ...
9
votes
4answers
288 views

What's the fastest WinForms controls suite (commercial) [closed]

My employer wants to sell "sexy" applications which means they don't really want the standard controls of Windows to be used. I do, because of the better performance, but they pay so they decide. ...
9
votes
5answers
3k views

Telerik vs DevExpress ASP.NET MVC Controls

I’m gathering feedback from folks who have used the ASP.NET MVC controls from DexExpress or Telerik. On the WebForms front they both seem to have a good reputation, but I’m looking for feedback from ...
9
votes
4answers
959 views

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 ...
9
votes
4answers
238 views

How to save byte[] using a procedure?

This stored procedure does not save the data, it seems to be a problem with the VARBINARY. I am passing a byte[] to it, but then it doesn't work. If I send this parameter as NULL it works. I'm ...
9
votes
4answers
5k views

Is Telerik openaccess ORM worth learning?

I have just won 1 Telerik Premium Collection for .NET Developer with subscription (lucky me!) and was wondering whether the OpenAccess ORM is worth learning? Has anyone thrown away their open source ...
8
votes
3answers
1k views

Any experience combining JS / CSS in MVC?

I'm planning to implement a solution for combining multiple js/css files into single files in my MVC project, but currently I doubt between the following two possibilities: Telerik Extensions for ...
7
votes
2answers
1k views

how do I set a column to be the default sort column with Telerik RadGridView in Silverlight

I have a RadGridView control in a silverlight project and would like to have the grid come up sorted by the name column. I tried placing the attribute SortingState="Ascending" on the column ...
6
votes
1answer
1k views

How can I make Telerik TabStrip tabs persist between page requests?

in Telerik ASP.NET MVC TabStrip, I want the page to remember which tab was selected last and persist the selection through multiple page requests. What I have is a partial view that shows in multiple ...
6
votes
5answers
7k views

Adding an Edit column to a telerik grid using ASP.Net MVC 2 and Telerik MVC (2010 Q1)

I have been successful with creating a Telerik grid to display a list of products, however I've gone through some difficulty adding the column to allow a user to edit (I'm not even trying to edit ...
6
votes
2answers
3k views

How to clear filter on Telerik ASP.NET MVC Grid

I have a grid that allows the user to filter. If the user changes the search word that is used to populate the grid, the filter from the previous search remains in place. <label ...
6
votes
6answers
2k views

What is your opinion of the Telerik Extensions for MVC?

I've started digging around with using the Telerik Extensions for MVC. They don't integrate seemlessly into my current project, but I could reorganize things to fit it in. But, I'm wondering if it ...
6
votes
3answers
1k views

What is tab #13119 on my VS 2008 toolbox?

I only noticed this last night, as I have not used the toolbox on this particular project for some time. Suddenly, all my Telerik controls, previously on their own tab, were missing, and this ...
6
votes
7answers
34k views

Accessing Row Data In Telerik RadGrid (Server Side)

Ive no problems using Javascript to read the rows of a telerik radgrid component im using however I can seem to find anyway to access the row data server side when a postback occurs. Ive spent ages ...
5
votes
1answer
262 views

Telerik RadGrid Paging - Duplicate records and sticking buttons

I've recently started using ASP.Net and Telerik's RadGrid but have ran into a problem: My RadGrid object is within a UserControl object within a Custom Control object within a Page object (which has ...
5
votes
5answers
1k views

Devexpress or Telerik Controls comparison [closed]

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 ...
5
votes
2answers
458 views

How to Isolate Silverlight Memory Leaks

I have a memory leak in a silverlight app, I used this information to get started, ...
5
votes
4answers
2k views

Telerik vs. Infragistics for Silverlight

Yes, this is certainly a duplicate question, but I wanted to get some fresh takes. My impression is that Telerik is a much more complete suite, but I'm really really turned off by the responsiveness ...
5
votes
4answers
717 views

ASP.NET MVC2 Rich Text Editor

basically, my question is pretty much similar and has been asked numerous times. Which WYSIWYG editor is better now that Telerik has released their MVC editor, would it be wise to purchase the entire ...
5
votes
2answers
952 views

How to implement undo/redo in a MVVM application?

I'm working on a Silverlight LoB app which the designers want to have a tabbed-interface, similar to the interface of Visual Studio (we'll probably use the Telerik Rad controls for docking tabs). ...
5
votes
2answers
1k views

Telerik RadAjaxManager still postbacks

I've the following code in my page: <telerik:RadAjaxManager ID="ajax_manager" runat="server" DefaultLoadingPanelID="ajax_panel"> <AjaxSettings> <telerik:AjaxSetting ...
5
votes
5answers
10k views

Passing parameters to telerik asp.net mvc grid

I have a telerik asp.net mvc grid which needs to be populated based on the search criteria the user enters in separate text boxes. The grid is using ajax method to load itself initially as well as do ...
5
votes
1answer
3k views

Set default value of telerik:GridDropDownColumn inside of telerik:RadGrid

I have a telerik:RadGrid that is bound to a SQL Data Source. One of the columns is for "Location" which is really a look up value in another table. <telerik:GridDropDownColumn ...
5
votes
4answers
3k views

Telerik controls in ASP.NET MVC

Telerik claims their controls work with ASP.NET MVC now. Has anyone already used the controls in a MVC project? My company uses the Telerik ASP.NET controls in a large application and it works out ...
5
votes
2answers
10k views

Telerik RadGrid - How do I default to edit mode?

I want to make the items of my RadGrid be editable on page load. I've tried both methods here http://www.telerik.com/help/aspnet/grid/grddefaulteditmodeforgriditemsoninitialload.html but neither have ...
5
votes
4answers
5k views

Telerik Controls with ASP.NET MVC: Does this violate the MVC model?

Will using MVC enabled Telerik controls with ASP.NET MVC violate the MVC model? And if not, what kind of performance hit (versus features and development speed) will there be with using Telerik ...
5
votes
4answers
8k views

Telerik RadGrid working examples

I'm looking for some examples of production websites that currently use the Telerik Rad Grid. I'd really like to see some real world scenarios in action, other than the Telerik RadGrid demo. Does ...
5
votes
10answers
8k views

Compile Error CS0433 on pre-compiled ASP.NET 2.0 site

I keep getting this error ever so often when I launch the debugger to debug my site. I'm using the Telerik controls, and usually the error is in my tab strip. Here is an example of the error I'm ...
4
votes
1answer
234 views

How to run telerik RadWindow from code behind

I am trying to run telerik rad window from code behind. But I have some issues. I don't know is it important but I am trying to run rad window from button clicked in edit mode from rad grid. ...
4
votes
3answers
149 views

Arabic culture “ar-sa” DateTime error

I have the following scenario: my site is developed to work with different cultures (mainly Arabic and English) when the user select the culture "ar-sa" (from the internet explorer options) all date ...
4
votes
1answer
173 views

Telerik MVC extensions and culture problem

I am using Telerik components for ASP.NET MVC 3. Problem is extension method output differ for current culture. For example if i use en-Us for current culture and everything works ok but if i changed ...
4
votes
2answers
7k views

DOM Exception: INVALID_CHARACTER_ERR (5) [closed]

In one aspx page which is running in IE9 got following script Error message. That page also having telerik controls. Does anybody have experince with this ? Message: DOM Exception: ...
4
votes
4answers
675 views

Trouble with jQuery/jQuery UI and Sitefinity 4.0

I am trying to use jQuery.hide("#whatever .class").hide("slide", { direction: "right" }, 750); to 'slide' previously hidden divs in and out (think scrolling portals)... In just a basic HTML template ...
4
votes
4answers
1k views

Alternative to Telerik RadGrid?

Is anyone able to offer any decent alternatives to the telerik ASP.Net controls. I'm in the market for a decent grid control with all singing all dancing extensions... bt I'm finding the telerik grid ...
4
votes
1answer
929 views

Caliburn.Micro & Telerik WPF Controls

Hope you're all well. I am using Caliburn.Micro with Telerik's WPF controls to build a tabbed interface. Using RadTabControl I have the following code; <telerik:RadTabControl x:Name="Items" ...
4
votes
1answer
656 views

Why is Telerik JustCode so confused?

I have been using JustCode(latest ver) for about 2 months now, and have started just turning it off most of the time. The final straw was today when I wasted about an hour trying to find out why I was ...
4
votes
2answers
211 views

Add media type of links created by Telerik StyleSheetRegistrar

Is it possible to set the media attribute on a link tag using the Telerik MVC Extensions StyleSheetRegistrar method? <%= Html.Telerik().StyleSheetRegistrar() .DefaultGroup(group => group ...
4
votes
2answers
5k views

using telerik grid with jquery ui dialog!

in mvc user control called form.ascx, I have a Telerik Grid contained in a div called "details". from a page called edit.aspx i wrote the following: <asp:Content ID="Content2" ...
4
votes
1answer
739 views

Telerik asp.net mvc datepicker “Invalid argument” in Internet Explorer (IE) 8

I am using Telerik asp.net mvc extensions. I have an issue that happens only in IE. I have IE 8. I don't have this issue in Firefox (3.6.3) or Chrome (4.1.249.1059) The problem happens when I want to ...
4
votes
2answers
1k views

Validating Telerik editable GridView row

I'm using an Telerik RadGridView in a WPF application, which has two editable columns - Quantity and Cost. I have created a model for displaying this data in the grid. e.g :: [HasSelfValidation] ...
4
votes
1answer
2k views

Removing all CSS from telerik controls

I'm using Telerik RadControls for ASP.NET and wondered if there was any way to turn off/stop the CSS that is automatically downloaded with the controls. I don't want to remove any of the class names ...
4
votes
6answers
3k views

Slow javascript with IE8

I'm developing a grid with excel-like functionality using the telerik controls. For example users can click on a cell and the cell turns into an input control for editing. Users can tab to move onto ...
4
votes
3answers
3k views

How to reuse css styles from Telerik RadControls for ASP.NET Ajax

Telerik RadControls have builtin support for skinning and uses CSS to style all their controls. However, when plugging these controls into an existing website, what is the best way to merge the styles ...
3
votes
2answers
76 views

Entity Framework Generated SQL - SELECT TOP (X) takes 500% more time that SELECT

I am developing an MVC website that uses the Entity Framework. I am an ex ADO.Net forms man, so it's all a bit new to me. My EDM currently consists of an abstract "Product" Entity, which has 5 ...
3
votes
0answers
26 views

Using a commercial product that uses open source licenses

I am using Telerik Rad Controls for Silverlight that is intended to be used in a commercial product which seems perfectly fine as long as I say in the about box that it uses it I believe. However, ...
3
votes
1answer
234 views

nested RadAjaxPanel Telerik do not update

I create a RadAjaxPanel with some of inside controls.one of inside control is a nested radajax with a TextBox and a button.both of radajaxpanel update mode are always(in code behind). when i click on ...

1 2 3 4 5 38