telerik

Using RadToolTip with RadComboBox without using ItemTempalte

Is there a way to connect a RadToolTip to each item within a RadComboBox (having a different tool tip come up for each item in the combo box) without having to use the ItemTemplate of the RadComboBox? The reason is because I like the built-in implementation of the combo box styles, etc. and don't want to write it all from scratch within...

script errors showing only with ie8 and iis7

I have recently move a website from a server running win server 2003/iis6 to a new server running win server 2008/iis7. When I browse to the new site in ie8 I get javascript errors: Object doesn't support this property or method And Sys.ArgumentException does not derive from Sys.Component These errors go away if I: -Switch to compa...

Error: "Failed to map the path '/'" when I add a Telerik ReportViewer to web page

I've just built a crap load of Telerik reports for my web site project, and they all work nicely. I have to demonstrate them tomorrow, and tried to build a viewing page that hosts their web ReportViewer. I have asked this question on their forums as well, but expect less response than from SO late on a Friday night. Whether I use GAC ...

RadAjaxPanel version of UpdatePanel.Update()?

What can I do with the RadAjaxPanel to force a partial postback and refresh/update all the controls inside it? I used to use an UpdatePanel and call .Update() ...

Telerik RadControls + JetBrains Resharper = VERY SLOW, Can anyone help?

Anyone know of a way to speed up the Visual Studio IDE when you have Telerik RadControls (either windows or web) and JetBrains ReSharper installed? If I disable ReSharper it runs rocking fast, but I love ReSharper a bit too much to drop it. I know it would perform better without the RadControls. Anyone know a way to speed it up? ...

How would you get this done with Telerik asp.net mvc extensions? accordion, tabs and ajax

I know this probably is a fairly complicated question but... heres my case: I want to build my UI using teleriks jquery ui extensions. My idea was to create a sidebar with an accordion and the main content with tabs. The accordion having as content a list of links. Each link mapping to correspond to an item of the accordion. For instanc...

How should ajax request html files be formatted?

Im using jquery UI's tabs with ajax. I was wondering if the files that the ajax calls are gonna retrieve are supposed to be formatted starting with <html> or just the minimal html possible cause its gonna be injected into an already formatted valid xhtml file.... I hope Im making myself clear. Thanks in advance. ...

help with jquery in asp.net mvc

I have been using telerik extensions for an asp.net mvc project, more specifically the tabs. Im loading my tabs contents via ajax. One of my returned ajax files is a form that has a date field. I want to be able to use telerik datepicker but it doesnt work. Im sure it has something to do with $(document).ready() already being executed...

WPF -- Displaying Image in RadGridView dynamically and through code

I have a radgridview which is bound to an object that I created, foo. Object foo has a property 'status' that is populated from an enum. I have many foo objects stored in a collection, which I use to bind to my radgridview. Upon binding I get records and the grid displays fine. I'd like to not display the 'status' enum value from my ...

Problem Exporting RadGrid/GridView to Word

I'm trying to export contents of a RadGrid to Word (same problem with basic ASP.NET GridView). The grid contains images and descriptions. Unfortunately, I don't have Word, just OpenOffice, but I see the same problem happening with Word. The document contains references to images, and text, but the images are missing. ...

Can someone tell me how to create a "drag target line" in a winforms listbox that shows whether the drop source is being dropped before or after the drop target

Hello, I have a user control that is hosting a winforms listbox. I am re-sorting items in the list using drag and drop. I realized that I need a drag "target line" that shows whether I am dropping before or after a target. Any suggestions. I am open to suggestions. I am not wed to the listbox. I can use another winforms control (t...

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 of the existing site with RadControls own styles? Update: Given the following options (thanks to Zhaph): Add the RadControl's CSS to my...

Collapsing Side Menu

I would like to include a left side menu in my master page, but allow this to collapse away to the left to provide more work space in the main 'window.' How best can I achieve this using plain ASP.NET, or with Telerik as well? I'd prefer to stick with these, as jQuery and company get complicated once telerik is already at the party. ...

DevExpress versus Telerik: Specific Feature Differences for ASP.NET Development

I'm interested in coming up with a list of specific feature differences between these two products. I'm specifically looking at DevExpress's DXperience Enterprise subscription and the Telerik Premium Collection for .NET, which seem to be closely competing offerings. If someone can point me at such a comparison list, that would be great...

DevExpress versus Telerik: Specific Feature Differences for Reporting

I'm interested in coming up with a list of specific feature differences between these two products. I'm specifically looking at DevExpress's DXperience Enterprise subscription and the Telerik Premium Collection for .NET, which seem to be closely competing offerings. If someone can point me at such a comparison list, that would be great...

DevExpress versus Telerik: Specific Feature Differences for WinForms Development

I'm interested in coming up with a list of specific feature differences between these two products. I'm specifically looking at DevExpress's DXperience Enterprise subscription and the Telerik Premium Collection for .NET, which seem to be closely competing offerings. If someone can point me at such a comparison list, that would be great...

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 perform better than the Infragistics grids in the demos. The following are the things I'm looking to know. 1. Which would you use and why. 2...

Control static on page

Hello, This question is a bit tricky, If something is not clear, please ask to explain. This is happing on all pages that follow this logic: An asp:ValidationSummary on top of the page Some client side validators One Telerik RadUpload control The problem happens when a client side validator is triggered and it's error message is di...

How can I validate text as being valid HTML?

I'm using an older version of Telerik's Editor control, and storing the text that's input in a SQL database, then displaying the HTML later. Is there any way in ASP.NET (2.0) to validate a string as being valid HTML before saving to my database? Thanks! ...

Telerik RadEditor working issue under VS2008

I've a SharePoint portal for tracking questions in a list. When I open an list item in IE8 Telerik Editor works fine. But if I open this page inside VS2008 in browser mode this control starts to do unexpected actions. It's the Telerik RadEditor for Sharepoint v. 5.3.2.0. Is it a bug of VS2008 or a bug of Telerik RadEditor? Steps to re...