telerik

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 (we have a Telerik license), is there any pros or cons to going with Telerik over SSRS? ...

Use Telerik:RadScheduler to show event details and no editing feature.

I'm trying to utilize the RadScheduler component from Telerik for a public facing website, and do not want a user to be able to edit the details of the events on the calendar, but would like them to be able to double click on the event to see the details. How is this achieved? Here is my current code for the scheduler: <telerik:RadSch...

ASP.NET AJAX Error - null is null or not an object

I am now starting to use Telerik's ASP.NET AJAX controls for 2009 Q1 on my 3.5 web application. IN IE7 (in FF it works fine), whenever I hit a particular page, I get a javascript error stating "'null' is null or not an object" Looking this issue up, I have found various people saying it is due to an issue with validators and upda...

Telerik Grid - One Source Multiple Targets

Hello all, After playing with the example code for the Telerik RadGrid drag and drop cabilities I'm at a loss at what to do next. Here's what I'm wanting to do. I have one grid that has many rows populated, this is my source grid. I want to have four empty grids that are going to be used as targets for this populated source grid. Now I...

get object out of telerik radcontrol for winforms binding

Hello, I hope that someone can help me with an issue related to binding a bindable collection class to one of the Winforms Telerik list controls. If you bind to a plain ole windows list control like this... dim list as new listBox with list .DataSource=myCollectionClass 'this contains a collection of widgets. .ValueMember=...

Remove Telerik Cache and Release Memory

The scenario: I'm using Telerik Report Viewer in my web application to show large reports (about 5000 records from my DB, resulting in a 80 page document to display). Everything was working just fine... but on this terrible day my app starts to throw a "Out of Memory" exception. I realize that Telerik Report was caching all data and onl...

ASP.NET Telerik TreeView node cursor

How do we set the hand cursor for a plain text node in a Telerik RadTreeView? This is an ASP.NET web app. We are just looking for a quick answer. Didn't see this posted here or on their site or in their docs clearly. ...

RadComboBox dropdown below ONLY

Is there a way to force the dropdown of a RadComboBox to ONLY appear below and never above regardless of what the control feels would be the most visible? ...

Telerik MVC Extension conflicts with JqGrid?

I am trying to use Telerik MVC extension with jQGrid in a ASP.NET MVC application. But I found they cannot nicely play each other, meaning I cannot have them working together in one View. No sure why? I guess it is because the place for js files. JqGrid needs to put the js library in Head, but Telerik requires before end of Body tag, bas...

Self-referencing hierarchy in GridView

Hi, I recently read that self-referencing hierarchy is now supported by Telerik's radGridView. Unfortunately, I have been unable to locate any demos, tutorials, or sample code to look at. Is this information available? Here is my current code that I'm working with: private void SetupElementsGrid(){ radGvElements.Columns.Clear(); rad...

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 the next cell or use arrow keys for up/down to get the cell above or below. I've found the standard telerik grid is good but I've had to ext...

Telerik RadComboBox in a RadGrid Client Side Validation Problem

Hi all, I'm using the Telerik ASP.net control suite (2008 Q3 I believe, can't upgrade yet). I've got a radcombobox in a Radgrid control (in a GridTemplateColumn's Edit template). If functions ok, but I've got some client side validation on other controls on the grid (that appear to be working without errors). For some reason after the...

HTML: What determines the 'move the focus to the next control when Enter is hit' behavior

A basic HTML question. Is it possible on an HTML page to declaratively achieve a behavior when pressing Enter in a textbox moves the focus to the next control? How do you achieve it and how do you turn it off? Or maybe the dynamic javascript part should be involved here? For exaple, the following HTML in IE7 does not allow to move to th...

Is there a way to get a Telerik RadEditor to not show the toolbar by default when editor.set_html(value) is called in ShowOnFocus mode?

I'm trying to simulate keypresses and clicks in jQuery, which is working to blur the toolbar in IE6 but in Firefox it seems to remain open. Is there some way to blur the editor or some setting that I'm missing that makes it so that it doesn't steal focus and show the toolbar by default? Update it is showing up because I am calling edi...

Content Specific JavaScript and Master Pages

I have some boiler-plate script required for a Telerik RadGrid on one of my content pages. ASP.NET complains if I try and place the script inside the content element, and it complains if I place the script in the master page, because the grid referenced by the script doesn't yet exist 'in' the master page. I'm sure there is something f...

Get display value from combobox in radgridview

Hi, I am using Telerik's RadGridView to display some data. One of the columns in this gridview is a combobox, which is populated like so: DataTable dtContractorName = A133DB.GetContractorsForCombo(true); GridViewComboBoxColumn contractorNameColumn = new GridViewComboBoxColumn(); contractorNameColumn.UniqueName = "ContractorID"; contra...

How do I change the background of an A-element with jQuery?

I have the following html markup: <table class="rwTitlebarControls" cellspacing="0" cellpadding="0" align="left"> <tbody> <tr> <td style="width: 16px;"> <a class="rwIcon" style="background: transparent url(Images/ic_icon_16.png) no-repeat scroll 0px 0px; -moz-background-clip: border; -moz-backgrou...

'Not implemented' exception in Telerik Report

Using an IEnumerable of custom objects, returned from a LINQ to Entities query, I get an "operation not implemented" error in my report viewer, unless I iterate through the list first, e.g. by calling ToList() on it. I already do this on the source query from entities, then I query the results using custom methods etc. for calculation...

Scrollable ASP.net/javascript grid control for logging events

Hi, Has anyone had any experience writing a web control (in either ASP.net, or javascript/HTML/CSS), that could be used to display log information which is pinged from a server every now and then via an AJAX query? I'm thinking a grid control from someone like Telerik, or maybe a javascript jQuery-type library would at least have the p...

Telerik - RadGrid columns freeze after first postback not on initial page load.

The title pretty much says it all. I have a grid with columns that start freezing only after a command event has triggered a postback to the AjaxManager. Here is a sample of my markup... <PagerStyle Mode="NextPrevNumericAndAdvanced"/> <ClientSettings> <Scrolling AllowScroll="true" UseStaticHeaders="true" FrozenColumnsCount="2" /...