telerik

Is Telerik openaccess ORM worth learning?

Hi 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 variant and are now using the Telerik ORM tools instead? Are there any benefits from using the Telerik ORM tools instead of an open sou...

Are Telerik WPF controls worth the money?

I'm currently looking around for control library for some WPF development and the "Telerik RadControls for WPF" certainly look the part although they are very expensive at $999 for a full developer license with support. My question is, has anyone out there used them in anger on a real project and what has their experience been like? If ...

Sort Telerik RadGrid for ASP.NET MVC

Hi. What is the way to sort Telerik's RadGrid ? I don't want to add a form server tag, and I don't want to use a user control with code behind like an example I've seen (since I think these are not true MVC solutions, am I right ?). Please point me to an example or post example code... Thanks in advance. ...

RadGrid Specify ComboBox skin on edit?

I have a grid and a skin specified for that and it works fine. However, on the contained GridDropDownColumn columns, when it shifts to edit mode, the combo box is created nicely, but does NOT inherit the skin of the grid as the text boxes do. This results is a mixture of font sizes in the edit row (inline edit). How can I tell the cre...

Telerik RadPanelBar - Bind Parent Items using GROUP

I have a scenairo where I need to bind a RadPanelBar to a SQL table similar to the below structure: ID, Name, Category 1, Fred, Male 2, Sam, Male 3, Fred, Male 4, Sam, Female 5, Louise, Female 6, Tom, Male I need the panelbar to be in a Category > Name structure (i.e. each name to be a child item...

Changing the value of a Telerik RadEditor with Javascript/jQuery

I'm trying to manually clean the HTML of a Telerik RadEditor with Javascript but I can't seem to find the correct place to store the value so that it gets saved on post back. Here's the JS I have: $(function () { jQuery.fixHash = function ($html) { // modify $html return $html; }; $("#adminEditi...

Problem deploying Telerik RAD Controls for ASP.NET AJAX (UpdatePanel)

Should we be able to just reference the Telerik DLLs within our project, set the Output Local to TRUE and be done with it? Things work perfectly on our development machines where we installed the entire Telerik Control Suite but when we deploy, we have a problem in which Telerik controls within UpdatePanels don't seem to be firing event...

What is the most efficient way to store large amounts of data in a table in c#

I would like store large amounts of data (text) in a table with six columns and up to ten thousand rows. I will be building the table programatically. (Meaning I want to be able to add rows as I go) Is datatable my best option? I'm planning to bind it to a Telerik Grid Control for ASP.NET I am wondering I am better off going in with a...

Telerik RadGrid Custom Aggregate - Unwanted Text

When using a Telerik RadGrid with a custom aggregate, I'm trying to display a simple string in the footer row, such as "Total". However, the RadGrid seems to automatically insert text for me at the beginning of the string, making it say "Custom: Total". How do I turn this off? ...

Issues with $find using Telerik RadTreeView in Master Page

I have a RadTreeView on a MasterPage inside 2 nested RadSplitters. I am using LoadOnDemand, but need to be able to expand nodes from serverside code. I am attempting to do this by calling the method I have written to expand the node to the ResponseScripts. This method is in a RadCodeBlock as follows: <telerik:RadCodeBlock ID="RadCodeBlo...

Rad Telerik GridGroupByExpression is not grouped until I click the sort grid button

I have a RadGrid with a datatable as it's source. I have AllowCustomPaging set to true. <telerik:RadGrid runat="server" ID="RadGridSearchResults" PageSize="50" AllowPaging="true" AllowCustomPaging="true" OnNeedDataSource="RadGridSearchResults_NeedDataSource" Skin="Default"> <PagerStyle Mode="NextPrevNumericAndAdvanced" /> </telerik:Rad...

RadComboBoxItemCollection not wotrking with linq

I'm creating some extension methods and I'm getting some errors with RadComboBoxItemCollection, RadComboBoxItemCollection appears to implement IEnumerable but linq keeps giving me errors saying: "Could not find an implementation of the query pattern for source type 'Telerik.Web.UI.RadComboBoxItemCollection'. 'Where' not found....

Using Telerik Webforms Controls with ASP.NET MVC

I have been searching the web for a concrete and simple example of binding a Telerik RadComboBox with a DataSet by following the ASP.NET MVC pattern, but couldn't find out a working snippet. This DataSet is present in a Class situated in the Model folder of my project. Can anybody help me on this ? ...

AJAX ComboBox Control

Can anyone suggest an AJAX ComboBox control that will allow the dropdown to suggest items where the string typed in appears anywhere in the string not just at the beginning. Most of the controls I have found only search at the beginning. Infragistics is supposed to work by searching anywhere, but the performance is poor, and I haven't ...

Can the mask of a RadMaskedTextBox be changed via javascript?

I have a dropdown and a RadMaskedTextBox on a form. I want the mask applied to the RadMaskedTextBox to be determined by the selected value of the dropdown. Is there any way to do so via javascript? I know I could do a simple postback, but I would prefer not to. Thanks! ...

Adding RadComboBox to RadGrid Edit

I have added a RadControl, RadGrid and I need to add a radComboBox in the edit mode. When user clicks on the radComboBox, I need to get both "text" and "value" of the radComboBox to save to table when user updates values. <telerik:RadComboBox ID="RadComboBox1" Runat="server" DataSourceID="SqlDataSource1" DataTextField="do...

Telerik RadGrid Export to Excel. Missing operand before '=' operator.

I am getting the error Missing operand before '=' operator. when I try and export and the code is running fine in the grid. Here is the code for the web part. The error only occurs on the rebind. It works fine in the grid itself. Is there any way to narrow down the exact thing it is erroring on? I am willing to pay for a support / so...

Simple Modal add form dialog (telerik asp.net ajax)

I have a RadTreeView in which there is a context menu to "Add" new items to the RadTreeView. I have all the code to do this but I simply want a modal window/popup/dialog to launch in which I can have my simple add form. What control (Telerik or not) would be best to handle this need? I don't want to use RadWindow since that is like an...

Radgrid and RadFormDecorator

Guys, I have an ASP.NET application using the Telerik Q1 2009 controls. I have a masterpage, which has a FormDecorator control in the master page. In my ASPX page, I have a RadGrid, with the following definition: <telerik:RadGrid ID="gridExclusions" runat="server" AllowPaging="True" AllowSorting="True" ...

WPF :Inheriting styles for third party controls

Hi, I am using telrik components for wpf. I want to get "Select all" Check Box on Grid Header cell I have Common ResourceDictionary Style.Xaml , it has <ResourceDictionary xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"&gt; <Style TargetType="telerik:GridViewHeaderCell"> <Setter Property="FontWeight" Va...